Project

General

Profile

Actions

Bug #64588

closed

Memcached backend identifierPrefix calculation

Added by Arjen Hoekema about 9 years ago. Updated over 5 years ago.

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

Also available in: Atom PDF