PHP Class Horde_Cache_Storage_Null, horde

Author: Duck ([email protected])
Inheritance: extends Horde_Cache_Storage_Base
Mostra file Open project: horde/horde

Public Methods

Method Description
clear ( )
exists ( $key, $lifetime )
expire ( $key )
get ( $key, $lifetime )
set ( $key, $data, $lifetime )

Method Details

clear() public method

public clear ( )

exists() public method

public exists ( $key, $lifetime )

expire() public method

public expire ( $key )

get() public method

public get ( $key, $lifetime )

set() public method

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