ClearCache
extends Action
Table of Contents
Methods
-
__construct()
: mixed
-
getCacheManager()
: mixed
-
process()
: Result
-
setCacheManager()
: mixed
-
setContext()
: self
-
setItemBeforeSave()
: self
__construct()
public
__construct([string|null $directoryName = null ][, string|null $tagPrefix = null ][, array<string|int, mixed> $dependantFields = [] ]) : mixed
Parameters
-
$directoryName
: string|null
= null
-
-
$tagPrefix
: string|null
= null
-
-
$dependantFields
: array<string|int, mixed>
= []
-
getCacheManager()
public
getCacheManager() : mixed
process()
public
process(Item $item) : Result
Parameters
-
$item
: Item
-
setCacheManager()
public
setCacheManager(CCacheManager $cacheManager) : mixed
Parameters
-
$cacheManager
: CCacheManager
-
setContext()
public
final setContext(Context $context) : self
Parameters
-
$context
: Context
-
setItemBeforeSave()
public
final setItemBeforeSave(Item $itemBeforeSave) : self
Parameters
-
$itemBeforeSave
: Item
-