PHP Class Horde_Cache_Storage_Null, horde

Author: Duck ([email protected])
Inheritance: extends Horde_Cache_Storage_Base
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
clear ( )
exists ( $key, $lifetime )
expire ( $key )
get ( $key, $lifetime )
set ( $key, $data, $lifetime )

Method Details

clear() public méthode

public clear ( )

exists() public méthode

public exists ( $key, $lifetime )

expire() public méthode

public expire ( $key )

get() public méthode

public get ( $key, $lifetime )

set() public méthode

public set ( $key, $data, $lifetime )