Project

General

Profile

Bug #21438 ยป 15386_01.diff

Administrator Admin, 2010-08-07 12:47

View differences:

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;
    (1-1/1)