PHP Class Lime\Cache

Inheritance: extends Helper
Afficher le fichier Open project: aheinze/lime

Méthodes publiques

Свойство Type Description
$prefix

Protected Properties

Свойство Type Description
$cachePath

Méthodes publiques

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

Method Details

clear() public méthode

public clear ( )

delete() public méthode

public delete ( $key )

getCachePath() public méthode

public getCachePath ( )

initialize() public méthode

public initialize ( )

read() public méthode

public read ( $key, $default = null )

setCachePath() public méthode

public setCachePath ( $path )

write() public méthode

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

Property Details

$cachePath protected_oe property

protected $cachePath

$prefix public_oe property

public $prefix