PHP Class Storm\Utilities\Cache\PrefixedCache

Inheritance: implements Storm\Utilities\Cache\ICache
Show file Open project: timetoogo/penumbra

Public Methods

Method 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 method

public Clear ( )

Contains() public method

public Contains ( $Key )

Delete() public method

public Delete ( $Key )

Retrieve() public method

public Retrieve ( $Key )

Save() public method

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

__construct() public method

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