[DCOM-119] [GH-196] Make getNamespacedId protected instead of private Created: 02/Oct/12 Updated: 14/Jan/13 Resolved: 14/Jan/13 |
|
| Status: | Closed |
| Project: | Doctrine Common |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Benjamin Eberlei | Assignee: | Benjamin Eberlei |
| Resolution: | Invalid | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of jnonon: Url: https://github.com/doctrine/common/pull/196 Message: We want to extend the cache class provider MemcacheCache.php in order to set a custom namespace. However, because getNamespacedId is a private method, basically a complete rewrite and code duplication of the class is needed. --JN |
| Comments |
| Comment by Benjamin Eberlei [ 02/Oct/12 ] |
|
A related Github Pull-Request [GH-196] was closed |