Actions
Bug #64588
closedMemcached backend identifierPrefix calculation
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2015-01-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint
Description
The MemcachedBackend uses 'PATH_site' for determining the 'identifierPrefix'. When using the MemcachedBackend for multiple caches (cache_pages, cache_hash) the identifierPrefix is the same for all configurations.
IMO the behavior should be the same as in FLOW, create a hash of the following values:
- PATH_site
- cache identifier ($this->cacheIdentifier)
- context ($this->context)
Actions