|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| setModule (&$module) | |
| reset () | |
| getCacheFilePath () | |
Public Member Functions inherited from Legacy_AbstractCacheInformation | |
| hasSetEnable () | |
| setEnableCache ($flag) | |
| isEnableCache () | |
Data Fields | |
| $mModule = null | |
| $mURL = null | |
| $mGetCacheFilePath = null | |
Data Fields inherited from Legacy_AbstractCacheInformation | |
| $mIdentityArr = [] | |
| $mGroupArr = [] | |
| $_mEnableCache = false | |
| $mAttributes = [] | |
Definition at line 107 of file Legacy_CacheInformation.class.php.
| __construct | ( | ) |
Reimplemented from Legacy_AbstractCacheInformation.
Definition at line 131 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 159 of file Legacy_CacheInformation.class.php.
| reset | ( | ) |
Resets member properties to reuse this object.
Reimplemented from Legacy_AbstractCacheInformation.
Definition at line 148 of file Legacy_CacheInformation.class.php.
| setModule | ( | & | $module | ) |
Sets a module object.
| XoopsModule | $module |
Definition at line 143 of file Legacy_CacheInformation.class.php.
| $mGetCacheFilePath = null |
Definition at line 129 of file Legacy_CacheInformation.class.php.
| $mModule = null |
Definition at line 115 of file Legacy_CacheInformation.class.php.
| $mURL = null |
Definition at line 124 of file Legacy_CacheInformation.class.php.