PHP Class SCache

Inheritance: extends Cache_MemCache
Exibir arquivo Open project: hetao29/slightphp Class Usage Examples

Public Methods

Method Description
__construct ( )
getCacheEngine ( $engine = 'file' ) : class other cache engine
getConfig ( $zone = null )
setConfigFile ( $file )
useConfig ( $zone )

Method Details

__construct() public method

public __construct ( )

getCacheEngine() static public method

other cache engine
static public getCacheEngine ( $engine = 'file' ) : class
return class Cache_APC | Cache_File

getConfig() static public method

static public getConfig ( $zone = null )

setConfigFile() static public method

static public setConfigFile ( $file )

useConfig() public method

public useConfig ( $zone )