|
UNA
|
Public Member Functions | |
| getData ($sKey, $iTTL=false) | |
| getDataFilePath ($sKey, $iTTL=false) | |
| setData ($sKey, $mixedData, $iTTL=false) | |
| BxDolCacheFileHtml::getData | ( | $sKey, | |
| $iTTL = false ) |
Get all data from the cache file.
| string | $sKey | - file name |
| int | $iTTL | - time to live |
| BxDolCacheFileHtml::getDataFilePath | ( | $sKey, | |
| $iTTL = false ) |
Get full path to cache file
| BxDolCacheFileHtml::setData | ( | $sKey, | |
| $mixedData, | |||
| $iTTL = false ) |
Save all data in cache file.
| string | $sKey | - file name |
| mixed | $mixedData | - the data to be cached in the file |
| int | $iTTL | - time to live |