kernel/classes/ezcontentcachemanager.php
File containing the eZContentCacheManager class.
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Package
- kernel
- Version
- 4.6.0
\eZContentCacheManager
Package: kernel
File containing the eZContentCacheManager class.
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Version
- 4.6.0
Constants
Methods


appendChildrenNodeIDs(
\array(eZContentObjectTreeNode) $nodeList, \array(int) $nodeIDList
)
:
void
static
For each node in $nodeList finds its children nodes and adds its ids to the $nodeIDList.
Parameters
Name | Type | Description |
---|---|---|
$nodeList | \array(eZContentObjectTreeNode) | |
$nodeIDList | \array(int) |


appendKeywordNodeIDs(
$object, $versionNum, $nodeIDList, $limit
=
null
)
:
void
static
Parameters
Name | Type | Description |
---|---|---|
$object | ||
$versionNum | ||
$nodeIDList | ||
$limit |


appendNodeIDs(
$nodeList, $nodeIDList
)
:
void
static
Parameters
Name | Type | Description |
---|---|---|
$nodeList | ||
$nodeIDList |


appendParentNodeIDs(
$object, $versionNum, $nodeIDList
)
:
void
static
Parameters
Name | Type | Description |
---|---|---|
$object | ||
$versionNum | ||
$nodeIDList |


appendRelatingNodeIDs(
$object, $nodeIDList
)
:
void
static
Parameters
Name | Type | Description |
---|---|---|
$object | ||
$nodeIDList |


appendSiblingsNodeIDs(
$nodeList, $nodeIDList
)
:
void
static
Parameters
Name | Type | Description |
---|---|---|
$nodeList | ||
$nodeIDList |


clearAllContentCache(
$ignoreINISettings
=
false
)
:
void
static
Parameters
Name | Type | Description |
---|---|---|
$ignoreINISettings |


clearContentCache(
$objectID, $versionNum
=
true, $additionalNodeList
=
false
)
:
void
static
Parameters
Name | Type | Description |
---|---|---|
$objectID | ||
$versionNum | ||
$additionalNodeList |


clearContentCacheIfNeeded(
$objectID, $versionNum
=
true, $additionalNodeList
=
false
)
:
void
static
Parameters
Name | Type | Description |
---|---|---|
$objectID | ||
$versionNum | ||
$additionalNodeList |


clearContentCacheIfNeededBySectionID(
$sectionID
)
:
void
static
Parameters
Name | Type | Description |
---|---|---|
$sectionID |


clearObjectViewCache(
$objectID, $versionNum
=
true, $additionalNodeList
=
false
)
:
void
static
Parameters
Name | Type | Description |
---|---|---|
$objectID | ||
$versionNum | ||
$additionalNodeList |


clearObjectViewCacheIfNeeded(
$objectID, $versionNum
=
true, $additionalNodeList
=
false
)
:
void
static
Parameters
Name | Type | Description |
---|---|---|
$objectID | ||
$versionNum | ||
$additionalNodeList |


clearTemplateBlockCache(
$objectID, $checkViewCacheClassSettings
=
false
)
:
void
static
Parameters
Name | Type | Description |
---|---|---|
$objectID | ||
$checkViewCacheClassSettings |


clearTemplateBlockCacheIfNeeded(
$objectID
)
:
void
static
Parameters
Name | Type | Description |
---|---|---|
$objectID |


clearViewCache(
$objectID, $versionNum
=
true, $additionalNodeList
=
false
)
:
void
static
Parameters
Name | Type | Description |
---|---|---|
$objectID | ||
$versionNum | ||
$additionalNodeList |


dependencyInfo(
$classID, $ignoreINISettings
=
false
)
:
void
static
Parameters
Name | Type | Description |
---|---|---|
$classID | ||
$ignoreINISettings |


nodeList(
$objectID, $versionNum
)
:
void
static
Parameters
Name | Type | Description |
---|---|---|
$objectID | ||
$versionNum |


nodeListForObject(
$contentObject, $versionNum, $clearCacheType, $nodeList, $handledObjectList
)
:
void
static
Parameters
Name | Type | Description |
---|---|---|
$contentObject | ||
$versionNum | ||
$clearCacheType | ||
$nodeList | ||
$handledObjectList |