Class CacheCollection
-
ICanBoogie\Storage\CacheCollection
implements
ICanBoogie\Storage\Cache
Namespace: ICanBoogie\
Storage
Package: ICanBoogie\Storage
Located at CacheCollection.php
Methods summary
public
__construct( array $collection )
public
exists( $key )
: boolean
Parameters
Returns
boolean
true if the key exists, false otherwise.
Inheritdoc
Implementation of
public
retrieve( string $key )
: mixed
Parameters
$key
- The key of the value.
Returns
mixed
Inheritdoc
Implementation of
Properties summary