PHP Class Horde_Cache_Storage_Memoryoverlay, horde

Deprecation: Use Memory driver as first backend in stack driver instead.
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Cache_Storage_Base
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
__construct ( array $params = [] ) Constructor.
clear ( )
exists ( $key, $lifetime )
expire ( $key )
get ( $key, $lifetime )
set ( $key, $data, $lifetime )

Method Details

__construct() public méthode

Constructor.
public __construct ( array $params = [] )
$params array Parameters:
  - backend: (Horde_Cache_Storage_Base) [REQUIRED] The master storage
             backend.

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 )