[TYPO3-core] CachingFramework Backens without experiation with tags
Georg Ringer
typo3 at ringerge.org
Fri Jan 17 10:42:35 CET 2014
Hi,
I stumbled over the issue that no implementation of a CF-Backend uses
the expiration if saving tags.
e.g. ApcBackend
The method set() calls
---------
$success = apc_store($this->getIdentifierPrefix() . $entryIdentifier,
$data, $expiration);
---------
but it also calls then
--------
$this->addIdentifierToTags($entryIdentifier, $tags);
--------
The same for other Backends.
Is there a reason for it?
Thanks
Georg
More information about the TYPO3-team-core
mailing list