|
eZ Publish
[4.2]
|
The class eZContentCache does. More...
Static Public Member Functions | |
| static | cachePathInfo ($siteDesign, $nodeID, $viewMode, $language, $offset, $roleList, $discountList, $layout, $cacheTTL=false, $parameters=array()) |
| static | calculateCleanupValue ($nodeCount) |
| static | cleanup ($nodeList, $userId=false) |
| static | exists ($siteDesign, $nodeID, $viewMode, $language, $offset, $roleList, $discountList, $layout, $parameters=array()) |
| static | inCleanupThresholdRange ($value) |
| static | restore ($siteDesign, $nodeID, $viewMode, $language, $offset, $roleList, $discountList, $layout, $parameters=array()) |
| static | store ($siteDesign, $objectID, $classID, $classIdentifier, $nodeID, $parentNodeID, $nodeDepth, $urlAlias, $viewMode, $sectionID, $language, $offset, $roleList, $discountList, $layout, $navigationPartIdentifier, $result, $cacheTTL=-1, $parameters=array()) |
Public Attributes | |
| const | CODE_DATE = 1064816011 |
The class eZContentCache does.
Definition at line 40 of file kernel/classes/ezcontentcache.php.
| static eZContentCache::cachePathInfo | ( | $ | siteDesign, |
| $ | nodeID, | ||
| $ | viewMode, | ||
| $ | language, | ||
| $ | offset, | ||
| $ | roleList, | ||
| $ | discountList, | ||
| $ | layout, | ||
| $ | cacheTTL = false, |
||
| $ | parameters = array() |
||
| ) | [static] |
Definition at line 46 of file kernel/classes/ezcontentcache.php.
| static eZContentCache::calculateCleanupValue | ( | $ | nodeCount | ) | [static] |
Definition at line 267 of file kernel/classes/ezcontentcache.php.
Referenced by eZContentCacheManager\clearObjectViewCache().
| static eZContentCache::cleanup | ( | $ | nodeList, |
| $ | userId = false |
||
| ) | [static] |
Definition at line 279 of file kernel/classes/ezcontentcache.php.
Referenced by eZContentCacheManager\clearObjectViewCache().
| static eZContentCache::exists | ( | $ | siteDesign, |
| $ | nodeID, | ||
| $ | viewMode, | ||
| $ | language, | ||
| $ | offset, | ||
| $ | roleList, | ||
| $ | discountList, | ||
| $ | layout, | ||
| $ | parameters = array() |
||
| ) | [static] |
Definition at line 81 of file kernel/classes/ezcontentcache.php.
| static eZContentCache::inCleanupThresholdRange | ( | $ | value | ) | [static] |
Definition at line 272 of file kernel/classes/ezcontentcache.php.
Referenced by eZContentCacheManager\clearObjectViewCache().
| static eZContentCache::restore | ( | $ | siteDesign, |
| $ | nodeID, | ||
| $ | viewMode, | ||
| $ | language, | ||
| $ | offset, | ||
| $ | roleList, | ||
| $ | discountList, | ||
| $ | layout, | ||
| $ | parameters = array() |
||
| ) | [static] |
Definition at line 110 of file kernel/classes/ezcontentcache.php.
| static eZContentCache::store | ( | $ | siteDesign, |
| $ | objectID, | ||
| $ | classID, | ||
| $ | classIdentifier, | ||
| $ | nodeID, | ||
| $ | parentNodeID, | ||
| $ | nodeDepth, | ||
| $ | urlAlias, | ||
| $ | viewMode, | ||
| $ | sectionID, | ||
| $ | language, | ||
| $ | offset, | ||
| $ | roleList, | ||
| $ | discountList, | ||
| $ | layout, | ||
| $ | navigationPartIdentifier, | ||
| $ | result, | ||
| $ | cacheTTL = -1, |
||
| $ | parameters = array() |
||
| ) | [static] |
Definition at line 196 of file kernel/classes/ezcontentcache.php.
| const eZContentCache::CODE_DATE = 1064816011 |
Definition at line 44 of file kernel/classes/ezcontentcache.php.
Referenced by store().