PHP Class Lime\Cache

Inheritance: extends Helper
Datei anzeigen Open project: aheinze/lime

Public Properties

Property Type Description
$prefix

Protected Properties

Property Type Description
$cachePath

Public Methods

Method Description
clear ( )
delete ( $key )
getCachePath ( )
initialize ( )
read ( $key, $default = null )
setCachePath ( $path )
write ( $key, $value, $duration )

Method Details

clear() public method

public clear ( )

delete() public method

public delete ( $key )

getCachePath() public method

public getCachePath ( )

initialize() public method

public initialize ( )

read() public method

public read ( $key, $default = null )

setCachePath() public method

public setCachePath ( $path )

write() public method

public write ( $key, $value, $duration )

Property Details

$cachePath protected_oe property

protected $cachePath

$prefix public_oe property

public $prefix