|
UNA
|
Public Member Functions | |
| __construct () | |
| getData ($sKey, $iTTL=false) | |
| setData ($sKey, $mixedData, $iTTL=false) | |
| delData ($sKey) | |
| isAvailable () | |
| isInstalled () | |
| removeAllByPrefix ($s) | |
| Public Member Functions inherited from BxDolCache | |
| getSizeByPrefix ($s) | |
Protected Attributes | |
| $iTTL = 3600 | |
| $iStoreFlag = 0 | |
| $oMemcache = null | |
| BxDolCacheMemcache::__construct | ( | ) |
constructor
Reimplemented from BxDol.
| BxDolCacheMemcache::delData | ( | $sKey | ) |
Delete cache from cache server
| string | $sKey | - file name |
Reimplemented from BxDolCache.
| BxDolCacheMemcache::getData | ( | $sKey, | |
| $iTTL = false ) |
Get data from cache server
| string | $sKey | - file name |
| int | $iTTL | - time to live |
Reimplemented from BxDolCache.
| BxDolCacheMemcache::isAvailable | ( | ) |
| BxDolCacheMemcache::isInstalled | ( | ) |
| BxDolCacheMemcache::removeAllByPrefix | ( | $s | ) |
It always removes all data, regardless the prefix param
Reimplemented from BxDolCache.
| BxDolCacheMemcache::setData | ( | $sKey, | |
| $mixedData, | |||
| $iTTL = false ) |
Save data in cache server
| string | $sKey | - file name |
| mixed | $mixedData | - the data to be cached in the file |
| int | $iTTL | - time to live |
Reimplemented from BxDolCache.