eZTemplateTreeCache Class ReferenceCache handling for template tree nodes.
More...
List of all members.
|
Public Methods |
| setCachedTree ($originalKey,$uri,$res,$templatePath,&$extraParameters,&$root) |
Static Public Methods |
& | cacheTable () |
& | cachedTree ($key,$uri,$res,$templatePath,&$extraParameters) |
| isCacheEnabled () |
| cacheDirectory () |
| canRestoreCache ($key,$timestamp) |
| restoreCache ($key) |
| storeCache ($key) |
Static Private Methods |
| internalKey ($key) |
Detailed Description
Cache handling for template tree nodes.
Definition at line eztemplatetreecache.php.
Member Function Documentation
eZTemplateTreeCache::cacheDirectory |
( |
|
) |
[static] |
|
& eZTemplateTreeCache::cachedTree |
( |
$ |
key, |
|
|
$ |
uri, |
|
|
$ |
res, |
|
|
$ |
templatePath, |
|
|
&$ |
extraParameters |
|
) |
[static] |
|
& eZTemplateTreeCache::cacheTable |
( |
|
) |
[static] |
|
eZTemplateTreeCache::canRestoreCache |
( |
$ |
key, |
|
|
$ |
timestamp |
|
) |
[static] |
|
eZTemplateTreeCache::internalKey |
( |
$ |
key |
) |
[static, private] |
|
eZTemplateTreeCache::isCacheEnabled |
( |
|
) |
[static] |
|
|
- Returns:
-
true if template tree node caching is enabled.
- Note:
-
To change this setting edit settings/site.ini and locate the group TemplateSettings and the entry NodeTreeCaching.
Definition at line eztemplatetreecache.php.
References eZINI::instance().
Referenced by storeCache(). |
eZTemplateTreeCache::restoreCache |
( |
$ |
key |
) |
[static] |
|
eZTemplateTreeCache::setCachedTree |
( |
$ |
originalKey, |
|
|
$ |
uri, |
|
|
$ |
res, |
|
|
$ |
templatePath, |
|
|
&$ |
extraParameters, |
|
|
&$ |
root |
|
) |
|
|
eZTemplateTreeCache::storeCache |
( |
$ |
key |
) |
[static] |
|
The documentation for this class was generated from the following file:
|