PHP Class Storm\Utilities\Cache\PrefixedCache

Inheritance: implements Storm\Utilities\Cache\ICache
Afficher le fichier Open project: timetoogo/penumbra

Méthodes publiques

Méthode Description
Clear ( )
Contains ( $Key )
Delete ( $Key )
Retrieve ( $Key )
Save ( $Key, $Value, $ExpirySeconds = false, $Overwrite = true )
__construct ( $Prefix, Storm\Utilities\Cache\ICache $Cache )

Method Details

Clear() public méthode

public Clear ( )

Contains() public méthode

public Contains ( $Key )

Delete() public méthode

public Delete ( $Key )

Retrieve() public méthode

public Retrieve ( $Key )

Save() public méthode

public Save ( $Key, $Value, $ExpirySeconds = false, $Overwrite = true )

__construct() public méthode

public __construct ( $Prefix, Storm\Utilities\Cache\ICache $Cache )
$Cache Storm\Utilities\Cache\ICache