|
UNA
|
Public Member Functions | |
| 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 | |
| BxDolCacheAPC::delData | ( | $sKey | ) |
Delete cache from shared memory
| string | $sKey | - file name |
Reimplemented from BxDolCache.
| BxDolCacheAPC::getData | ( | $sKey, | |
| $iTTL = false ) |
Get data from shared memory cache
| string | $sKey | - file name |
| int | $iTTL | - time to live |
Reimplemented from BxDolCache.
| BxDolCacheAPC::isAvailable | ( | ) |
| BxDolCacheAPC::isInstalled | ( | ) |
| BxDolCacheAPC::removeAllByPrefix | ( | $s | ) |
| BxDolCacheAPC::setData | ( | $sKey, | |
| $mixedData, | |||
| $iTTL = false ) |
Save data in shared memory cache
| string | $sKey | - file name |
| mixed | $mixedData | - the data to be cached in the file |
| int | $iTTL | - time to live |
Reimplemented from BxDolCache.