Figures out relations between objects, nodes and classes for cache management. More...
Public Member Functions | |
| appendSiblingsNodeIDs (&$nodeList, &$nodeIDList) | |
| dependencyInfo ($classID, $ignoreINISettings=false) | |
| eZContentCacheManager () | |
| writeDebugBits ($handledObjectList, $highestBit) | |
Static Public Member Functions | |
| appendKeywordNodeIDs (&$object, $versionNum, &$nodeIDList) | |
| appendNodeIDs (&$nodeList, &$nodeIDList) | |
| appendParentNodeIDs (&$object, $versionNum, &$nodeIDList) | |
| appendRelatingNodeIDs (&$object, &$nodeIDList) | |
| clearAllContentCache ($ignoreINISettings=false) | |
| clearContentCache ($objectID, $versionNum=true, $additionalNodeList=false) | |
| clearContentCacheIfNeeded ($objectID, $versionNum=true, $additionalNodeList=false) | |
| clearContentCacheIfNeededBySectionID ($sectionID) | |
| clearObjectViewCache ($objectID, $versionNum=true, $additionalNodeList=false) | |
| clearObjectViewCacheIfNeeded ($objectID, $versionNum=true, $additionalNodeList=false) | |
| clearTemplateBlockCache ($objectID) | |
| clearTemplateBlockCacheIfNeeded ($objectID) | |
| clearViewCache ($objectID, $versionNum=true, $additionalNodeList=false) | |
| & | fetchNodePathString (&$nodeList) |
| generateObjectViewCache ($objectID) | |
| & | nodeList ($objectID, $versionNum) |
| nodeListForObject (&$contentObject, $versionNum, $clearCacheType, &$nodeList, &$handledObjectList) | |
Figures out relations between objects, nodes and classes for cache management.
This class works together with eZContentCache to manage the cache files for content viewing. This class takes care of finding out the relationship and then passes a list of nodes to eZContentCache which does the actual clearing.
The manager uses special rules in 'viewcache.ini' to figure relationships.
Definition at line 60 of file ezcontentcachemanager.php.
| eZContentCacheManager::appendKeywordNodeIDs | ( | &$ | object, | |
| $ | versionNum, | |||
| &$ | nodeIDList | |||
| ) | [static] |
Appends node ids of objects with the same keyword(s) as $object to $nodeIDList array.
| $versionNum | The version of the object to use or true for current version | |
| [out] | $nodeIDList | Array with node IDs |
Definition at line 223 of file ezcontentcachemanager.php.
Referenced by nodeListForObject().
| eZContentCacheManager::appendNodeIDs | ( | &$ | nodeList, | |
| &$ | nodeIDList | |||
| ) | [static] |
Appends nodes ids from $nodeList list to $nodeIDList
| [out] | $nodeIDList | Array with node IDs |
Definition at line 93 of file ezcontentcachemanager.php.
Referenced by nodeListForObject().
| eZContentCacheManager::appendParentNodeIDs | ( | &$ | object, | |
| $ | versionNum, | |||
| &$ | nodeIDList | |||
| ) | [static] |
Appends parent nodes ids of $object to $nodeIDList array.
| $versionNum | The version of the object to use or true for current version | |
| [out] | $nodeIDList | Array with node IDs |
Definition at line 75 of file ezcontentcachemanager.php.
Referenced by nodeListForObject().
| eZContentCacheManager::appendRelatingNodeIDs | ( | &$ | object, | |
| &$ | nodeIDList | |||
| ) | [static] |
Find all content objects that relates $object and appends their node IDs to $nodeIDList.
| [out] | $nodeIDList | Array with node IDs |
Definition at line 124 of file ezcontentcachemanager.php.
Referenced by nodeListForObject().
| eZContentCacheManager::appendSiblingsNodeIDs | ( | &$ | nodeList, | |
| &$ | nodeIDList | |||
| ) |
Definition at line 276 of file ezcontentcachemanager.php.
Referenced by nodeListForObject().
| eZContentCacheManager::clearAllContentCache | ( | $ | ignoreINISettings = false |
) | [static] |
Clears all content cache: view cache, template-block cache, template-block with subtree_expiry parameter cache.
Definition at line 965 of file ezcontentcachemanager.php.
Referenced by eZContentLanguage::addLanguage(), eZContentLanguage::remove(), and eZContentClass::storeDefined().
| eZContentCacheManager::clearContentCache | ( | $ | objectID, | |
| $ | versionNum = true, |
|||
| $ | additionalNodeList = false | |||
| ) | [static] |
Clears content cache for specified object: view cache, template-block cache, template-block with subtree_expiry parameter cache without checking of ini settings.
Definition at line 946 of file ezcontentcachemanager.php.
| eZContentCacheManager::clearContentCacheIfNeeded | ( | $ | objectID, | |
| $ | versionNum = true, |
|||
| $ | additionalNodeList = false | |||
| ) | [static] |
Clears content cache for specified object: view cache, template-block cache, template-block with subtree_expiry parameter cache. Checks appropriate ini settings to determine whether caches are enabled or not.
Definition at line 926 of file ezcontentcachemanager.php.
Referenced by eZURLObjectLink::clearCacheForObjectLink(), clearContentCacheIfNeededBySectionID(), eZContentObjectTreeNodeOperations::move(), eZContentObjectTreeNode::remove(), eZContentObjectOperations::remove(), eZContentObjectTreeNode::removeNodeFromTree(), eZContentObjectTreeNode::removeSubtrees(), and eZUser::setFailedLoginAttempts().
| eZContentCacheManager::clearContentCacheIfNeededBySectionID | ( | $ | sectionID | ) | [static] |
Clears content cache if needed by $sectionID
Definition at line 909 of file ezcontentcachemanager.php.
| eZContentCacheManager::clearObjectViewCache | ( | $ | objectID, | |
| $ | versionNum = true, |
|||
| $ | additionalNodeList = false | |||
| ) | [static] |
Clears view caches of nodes, parent nodes and relating nodes of content objects with id $objectID. It will use 'viewcache.ini' to determine additional nodes.
| $versionNum | The version of the object to use or true for current version | |
| $additionalNodeList | An array with node IDs to add to clear list, or false for no additional nodes. |
Definition at line 640 of file ezcontentcachemanager.php.
Referenced by clearContentCache(), clearObjectViewCacheIfNeeded(), clearViewCache(), eZContentObject::fixReverseRelations(), and eZContentObject::removeReverseRelations().
| eZContentCacheManager::clearObjectViewCacheIfNeeded | ( | $ | objectID, | |
| $ | versionNum = true, |
|||
| $ | additionalNodeList = false | |||
| ) | [static] |
Clears view cache for specified object. Checks 'ViewCaching' ini setting to determine whether cache is enabled or not.
Definition at line 701 of file ezcontentcachemanager.php.
Referenced by clearContentCacheIfNeeded().
| eZContentCacheManager::clearTemplateBlockCache | ( | $ | objectID | ) | [static] |
Clears template-block cache and template-block with subtree_expiry parameter caches for specified object without checking 'TemplateCache' ini setting. If $objectID is false all template block caches will be cleared.
Definition at line 726 of file ezcontentcachemanager.php.
Referenced by clearContentCache(), and clearTemplateBlockCacheIfNeeded().
| eZContentCacheManager::clearTemplateBlockCacheIfNeeded | ( | $ | objectID | ) | [static] |
Clears template-block cache and template-block with subtree_expiry parameter caches for specified object. Checks 'TemplateCache' ini setting to determine whether cache is enabled or not. If $objectID is false all template block caches will be cleared.
Definition at line 714 of file ezcontentcachemanager.php.
Referenced by clearContentCacheIfNeeded(), and eZPackageType::storeObjectAttribute().
| eZContentCacheManager::clearViewCache | ( | $ | objectID, | |
| $ | versionNum = true, |
|||
| $ | additionalNodeList = false | |||
| ) | [static] |
Depreciated. Use 'clearObjectViewCache' instead
Definition at line 624 of file ezcontentcachemanager.php.
| eZContentCacheManager::dependencyInfo | ( | $ | classID, | |
| $ | ignoreINISettings = false | |||
| ) |
Definition at line 306 of file ezcontentcachemanager.php.
Referenced by nodeListForObject().
| eZContentCacheManager::eZContentCacheManager | ( | ) |
Definition at line 65 of file ezcontentcachemanager.php.
| & eZContentCacheManager::fetchNodePathString | ( | &$ | nodeList | ) | [static] |
Goes through all content nodes in $nodeList and extracts the 'path_string'.
'path_string' information. Definition at line 107 of file ezcontentcachemanager.php.
Referenced by nodeListForObject().
| eZContentCacheManager::generateObjectViewCache | ( | $ | objectID | ) | [static] |
Generates the related viewcaches (PreGeneration) for the content object. It will only do this if [ContentSettings]/PreViewCache in site.ini is enabled.
| $objectID | The ID of the content object to generate caches for. |
Definition at line 750 of file ezcontentcachemanager.php.
Referenced by eZUser::setFailedLoginAttempts().
| & eZContentCacheManager::nodeList | ( | $ | objectID, | |
| $ | versionNum | |||
| ) | [static] |
Figures out all nodes that are affected by the change of object $objectID. This involves finding all nodes, parent nodes and nodes of objects that relate this object. The 'viewcache.ini' file is also checked to see if some special content classes has dependencies to the current object, if this is true extra nodes might be included.
| $versionNum | The version of the object to use or true for current version | |
| $additionalNodeList | An array with node IDs to add to clear list, or false for no additional nodes. |
Definition at line 604 of file ezcontentcachemanager.php.
Referenced by clearObjectViewCache().
| eZContentCacheManager::nodeListForObject | ( | &$ | contentObject, | |
| $ | versionNum, | |||
| $ | clearCacheType, | |||
| &$ | nodeList, | |||
| &$ | handledObjectList | |||
| ) | [static] |
Use $clearCacheType to include different kind of nodes( parent, relating, etc ). If $versionNum is true, then current version will be used.
| $contentObject | Current content object that is checked. | |
| $versionNum | The version of the object to use or true for current version | |
| $clearCacheType | Bit field which controls the the extra nodes to include, use bitwise or with one of these defines:
| |
| [out] | $nodeList | An array with node IDs that are affected by the current object change. |
| [out] | $handledObjectList | An associative array with object IDs and the cache types that were handled for these objects already. Used to avoid infinite recursion. |
Definition at line 455 of file ezcontentcachemanager.php.
Referenced by generateObjectViewCache(), and nodeList().
| eZContentCacheManager::writeDebugBits | ( | $ | handledObjectList, | |
| $ | highestBit | |||
| ) |
Definition at line 414 of file ezcontentcachemanager.php.
1.6.3