Cheetah
Public Member Functions | List of all members
ChWsbCache Class Reference
Inheritance diagram for ChWsbCache:
ChWsbCacheMemcache ChWsbCacheOPcache

Public Member Functions

 __construct ()
 
 isAvailable ()
 
 isInstalled ()
 
 getData ($sKey, $iTTL=false)
 
 setData ($sKey, $mixedData, $iTTL=false)
 
 delData ($sKey)
 
 removeAllByPrefix ($s)
 
 getSizeByPrefix ($s)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __construct()

ChWsbCache::__construct ( )

Reimplemented in ChWsbCacheOPcache, and ChWsbCacheMemcache.

Definition at line 10 of file ChWsbCache.php.

Member Function Documentation

◆ delData()

ChWsbCache::delData (   $sKey)

Reimplemented in ChWsbCacheOPcache, and ChWsbCacheMemcache.

Definition at line 33 of file ChWsbCache.php.

◆ getData()

ChWsbCache::getData (   $sKey,
  $iTTL = false 
)

Reimplemented in ChWsbCacheOPcache, and ChWsbCacheMemcache.

Definition at line 31 of file ChWsbCache.php.

◆ getSizeByPrefix()

ChWsbCache::getSizeByPrefix (   $s)

Reimplemented in ChWsbCacheOPcache, and ChWsbCacheMemcache.

Definition at line 35 of file ChWsbCache.php.

◆ isAvailable()

ChWsbCache::isAvailable ( )

Is cache engine available?

Returns
boolean

Reimplemented in ChWsbCacheOPcache, and ChWsbCacheMemcache.

Definition at line 18 of file ChWsbCache.php.

◆ isInstalled()

ChWsbCache::isInstalled ( )

Are required php modules are installed for this cache engine ?

Returns
boolean

Reimplemented in ChWsbCacheOPcache, and ChWsbCacheMemcache.

Definition at line 27 of file ChWsbCache.php.

◆ removeAllByPrefix()

ChWsbCache::removeAllByPrefix (   $s)

Reimplemented in ChWsbCacheOPcache, and ChWsbCacheMemcache.

Definition at line 34 of file ChWsbCache.php.

◆ setData()

ChWsbCache::setData (   $sKey,
  $mixedData,
  $iTTL = false 
)

Reimplemented in ChWsbCacheOPcache, and ChWsbCacheMemcache.

Definition at line 32 of file ChWsbCache.php.


The documentation for this class was generated from the following file: