PHP Class BxDolCacheUtilities, dolphin.pro

Show file Open project: boonex/dolphin.pro Class Usage Examples

Protected Properties

Property Type Description
$oCacheDb
$oCacheMemberMenu
$oCachePb
$oCacheTemplates
$oMemberMenu

Public Methods

Method Description
__construct ( )
_action ( $sCache, $sMode = 'clear' )
_clearCache ( $sPrefix, $sPath )
_clearCacheObject ( $oCache, $sPrefix )
_getSizeCache ( $sPrefix, $sPath )
_getSizeCacheObject ( $oCache, $sPrefix )
clear ( $sCache )
size ( $sCache, $isFormatted = false )

Method Details

__construct() public method

public __construct ( )

_action() public method

public _action ( $sCache, $sMode = 'clear' )

_clearCache() public method

public _clearCache ( $sPrefix, $sPath )

_clearCacheObject() public method

public _clearCacheObject ( $oCache, $sPrefix )

_getSizeCache() public method

public _getSizeCache ( $sPrefix, $sPath )

_getSizeCacheObject() public method

public _getSizeCacheObject ( $oCache, $sPrefix )

clear() public method

public clear ( $sCache )

size() public method

public size ( $sCache, $isFormatted = false )

Property Details

$oCacheDb protected property

protected $oCacheDb

$oCacheMemberMenu protected property

protected $oCacheMemberMenu

$oCachePb protected property

protected $oCachePb

$oCacheTemplates protected property

protected $oCacheTemplates

$oMemberMenu protected property

protected $oMemberMenu