Cheetah
|
Public Member Functions | |
__construct () | |
isAvailable () | |
isInstalled () | |
getData ($sKey, $iTTL=false) | |
setData ($sKey, $mixedData, $iTTL=false) | |
delData ($sKey) | |
removeAllByPrefix ($s) | |
getSizeByPrefix ($s) | |
This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/
Definition at line 8 of file ChWsbCache.php.
ChWsbCache::__construct | ( | ) |
Reimplemented in ChWsbCacheOPcache, and ChWsbCacheMemcache.
Definition at line 10 of file ChWsbCache.php.
ChWsbCache::delData | ( | $sKey | ) |
Reimplemented in ChWsbCacheOPcache, and ChWsbCacheMemcache.
Definition at line 33 of file ChWsbCache.php.
ChWsbCache::getData | ( | $sKey, | |
$iTTL = false |
|||
) |
Reimplemented in ChWsbCacheOPcache, and ChWsbCacheMemcache.
Definition at line 31 of file ChWsbCache.php.
ChWsbCache::getSizeByPrefix | ( | $s | ) |
Reimplemented in ChWsbCacheOPcache, and ChWsbCacheMemcache.
Definition at line 35 of file ChWsbCache.php.
ChWsbCache::isAvailable | ( | ) |
Is cache engine available?
Reimplemented in ChWsbCacheOPcache, and ChWsbCacheMemcache.
Definition at line 18 of file ChWsbCache.php.
ChWsbCache::isInstalled | ( | ) |
Are required php modules are installed for this cache engine ?
Reimplemented in ChWsbCacheOPcache, and ChWsbCacheMemcache.
Definition at line 27 of file ChWsbCache.php.
ChWsbCache::removeAllByPrefix | ( | $s | ) |
Reimplemented in ChWsbCacheOPcache, and ChWsbCacheMemcache.
Definition at line 34 of file ChWsbCache.php.
ChWsbCache::setData | ( | $sKey, | |
$mixedData, | |||
$iTTL = false |
|||
) |
Reimplemented in ChWsbCacheOPcache, and ChWsbCacheMemcache.
Definition at line 32 of file ChWsbCache.php.