Details
-
Type:
Docs: Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: Next Major Release
-
Component/s: Zend_Cache
-
Labels:None
Description
Actually the documentation notes TAGS as best variant to be used for cleaning cache entries.
This is only the case for 2 or 3 of the supported backends.
All backends which do not support tags should emulate tags within Zend_Cache when possible.
The TwoLevels backend adapter is intended for this very purpose; Fabien, can you comment? If that's all that's needed, we simply need to document this clearly so users know what to do.