PHP Interface Storm\Utilities\Cache\ICache

ファイルを表示 Open project: timetoogo/penumbra Interface Usage Examples

Public Methods

Method Description
Clear ( )
Contains ( $Key )
Delete ( $Key )
Retrieve ( $Key )
Save ( $Key, $Value, $ExpirySeconds = false, $Overwrite = true )

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 )