Bug #21438 ยป 15386_01.diff
t3lib/cache/class.t3lib_cache_manager.php (working copy) | ||
---|---|---|
* @version $Id$
|
||
*/
|
||
class t3lib_cache_Manager implements t3lib_Singleton {
|
||
/**
|
||
* @const Cache Entry depends on the PHP code of the packages
|
||
*/
|
||
const TAG_PACKAGES_CODE = '%PACKAGES_CODE%';
|
||
/**
|
||
* @var t3lib_cache_Factory
|
||
*/
|
||
protected $cacheFactory;
|