PHP Class Jarves\Cache\Backend\Files

Inheritance: extends AbstractCache
Show file Open project: jarves/jarves

Public Methods

Method Description
__construct ( $cacheDir )
getPath ( $key )
setPrefix ( $prefix )
setup ( $config )
testConfig ( $config )

Protected Methods

Method Description
doDelete ( $key )
doGet ( $key )
doSet ( $key, $value, $timeout )
hasOpcodeCacher ( ) : boolean

Method Details

__construct() public method

public __construct ( $cacheDir )

doDelete() protected method

protected doDelete ( $key )

doGet() protected method

protected doGet ( $key )

doSet() protected method

protected doSet ( $key, $value, $timeout )

getPath() public method

public getPath ( $key )

hasOpcodeCacher() protected method

protected hasOpcodeCacher ( ) : boolean
return boolean

setPrefix() public method

public setPrefix ( $prefix )

setup() public method

public setup ( $config )

testConfig() public method

public testConfig ( $config )