UNA
Loading...
Searching...
No Matches
BxDolCache Class Reference
Inheritance diagram for BxDolCache:
BxDol BxDolCacheAPC BxDolCacheMemcache BxDolCacheXCache

Public Member Functions

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

Member Function Documentation

◆ delData()

BxDolCache::delData ( $sKey)

◆ getData()

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

◆ isAvailable()

BxDolCache::isAvailable ( )

Is cache engine available?

Returns
boolean

Reimplemented in BxDolCacheAPC, BxDolCacheMemcache, and BxDolCacheXCache.

◆ isInstalled()

BxDolCache::isInstalled ( )

Are required php modules are installed for this cache engine ?

Returns
boolean

Reimplemented in BxDolCacheAPC, BxDolCacheMemcache, and BxDolCacheXCache.

◆ removeAllByPrefix()

BxDolCache::removeAllByPrefix ( $s)

◆ setData()

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

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