|
TYPO3 API
SVNRelease
|


Public Member Functions | |
| setCacheManager (t3lib_cache_Manager $cacheManager) | |
| create ($cacheIdentifier, $cacheName, $backendName, array $backendOptions=array()) | |
Protected Attributes | |
| $cacheManager | |
Definition at line 38 of file class.t3lib_cache_factory.php.
| t3lib_cache_Factory::create | ( | $ | cacheIdentifier, |
| $ | cacheName, | ||
| $ | backendName, | ||
| array $ | backendOptions = array() |
||
| ) |
Factory method which creates the specified cache along with the specified kind of backend. After creating the cache, it will be registered at the cache manager.
| string | $cacheIdentifier | The name / identifier of the cache to create |
| string | $cacheName | Name of the cache frontend |
| string | $backendName | Name of the cache backend |
| array | $backendOptions | (optional) Array of backend options |
Definition at line 72 of file class.t3lib_cache_factory.php.
References $GLOBALS, t3lib_div\deprecationLog(), t3lib_div\getFileAbsFileName(), t3lib_div\makeInstance(), and t3lib_div\requireOnce().
| t3lib_cache_Factory::setCacheManager | ( | t3lib_cache_Manager $ | cacheManager | ) |
Injects the cache manager.
This is called by the cache manager itself
| t3lib_cache_Manager | $cacheManager | The cache manager |
Definition at line 57 of file class.t3lib_cache_factory.php.
References $cacheManager.
t3lib_cache_Factory::$cacheManager [protected] |
Definition at line 45 of file class.t3lib_cache_factory.php.
Referenced by setCacheManager().
1.7.5.1