UNA
|
Public Member Functions | |
isAvailable () | |
isInstalled () | |
getData ($sKey, $iTTL=false) | |
setData ($sKey, $mixedData, $iTTL=false) | |
delData ($sKey) | |
removeAllByPrefix ($s) | |
getSizeByPrefix ($s) | |
BxDolCache::delData | ( | $sKey | ) |
Reimplemented in BxDolCacheAPC, BxDolCacheMemcache, and BxDolCacheXCache.
BxDolCache::getData | ( | $sKey, | |
$iTTL = false ) |
Reimplemented in BxDolCacheAPC, BxDolCacheMemcache, and BxDolCacheXCache.
BxDolCache::isAvailable | ( | ) |
Is cache engine available?
Reimplemented in BxDolCacheAPC, BxDolCacheMemcache, and BxDolCacheXCache.
BxDolCache::isInstalled | ( | ) |
Are required php modules are installed for this cache engine ?
Reimplemented in BxDolCacheAPC, BxDolCacheMemcache, and BxDolCacheXCache.
BxDolCache::removeAllByPrefix | ( | $s | ) |
Reimplemented in BxDolCacheAPC, BxDolCacheMemcache, and BxDolCacheXCache.
BxDolCache::setData | ( | $sKey, | |
$mixedData, | |||
$iTTL = false ) |
Reimplemented in BxDolCacheAPC, BxDolCacheMemcache, and BxDolCacheXCache.