TaggedCache
Table of Contents
Methods
-
__construct()
: mixed
-
abortTagCache()
: void
-
clearByTag()
: void
-
deleteAllTags()
: void
-
endTagCache()
: void
-
registerTag()
: void
-
startTagCache()
: void
__construct()
public
__construct() : mixed
abortTagCache()
public
abortTagCache() : void
clearByTag()
public
clearByTag(mixed $tag) : void
Parameters
-
$tag
: mixed
-
-
throws
-
ArgumentException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
public
deleteAllTags() : void
endTagCache()
public
endTagCache() : void
-
throws
-
SystemException
-
throws
-
ArgumentException
registerTag()
public
registerTag(mixed $tag) : void
Parameters
-
$tag
: mixed
-
startTagCache()
public
startTagCache(mixed $relativePath) : void
Parameters
-
$relativePath
: mixed
-