PHP Class Horde_Cache_Storage_Stack, horde

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

Protected Properties

Свойство Type Description
$_stack string Stack of cache drivers.

Méthodes publiques

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

Méthodes protégées

Méthode Description
_initOb ( )

Method Details

__construct() public méthode

Constructor.
public __construct ( array $params = [] )
$params array Parameters:
  - stack: (array) [REQUIRED] An array of storage instances to loop
           through, in order of priority. The last entry is considered
           the 'master' driver, for purposes of writes.

_initOb() protected méthode

protected _initOb ( )

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 )

Property Details

$_stack protected_oe property

Stack of cache drivers.
protected string $_stack
Résultat string