XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
setBlock (&$blockProcedure) | |
reset () | |
getCacheFilePath () | |
![]() | |
hasSetEnable () | |
setEnableCache ($flag) | |
isEnableCache () | |
Static Public Member Functions | |
static | getCacheFileBase ($bid, $context) |
Data Fields | |
$mBlock = null | |
$mGetCacheFilePath = null | |
![]() | |
$mIdentityArr = [] | |
$mGroupArr = [] | |
$_mEnableCache = false | |
$mAttributes = [] | |
Definition at line 173 of file Legacy_CacheInformation.class.php.
__construct | ( | ) |
Reimplemented from Legacy_AbstractCacheInformation.
Definition at line 188 of file Legacy_CacheInformation.class.php.
|
static |
Definition at line 227 of file Legacy_CacheInformation.class.php.
getCacheFilePath | ( | ) |
Gets a file path of a cache file for module contents.
Reimplemented from Legacy_AbstractCacheInformation.
Definition at line 215 of file Legacy_CacheInformation.class.php.
reset | ( | ) |
Resets member properties to reuse this object.
Reimplemented from Legacy_AbstractCacheInformation.
Definition at line 205 of file Legacy_CacheInformation.class.php.
setBlock | ( | & | $blockProcedure | ) |
Sets a block object.
Legacy_AbstractBlockProcedure | $blockProcedure |
Definition at line 200 of file Legacy_CacheInformation.class.php.
$mBlock = null |
Definition at line 181 of file Legacy_CacheInformation.class.php.
$mGetCacheFilePath = null |
Definition at line 186 of file Legacy_CacheInformation.class.php.