Class CacheAdapter
Cache adapter for Nette Framework cache storage system.
-
Neevo\Nette\CacheAdapter
implements
Neevo\ICache
Namespace: Neevo\
Nette
Author:
Smasty
Located at Neevo/Nette/CacheAdapter.php
Methods summary
public
|
#
__construct( Nette\Caching\IStorage $storage )
Create the cache adapter.
Create the cache adapter.
Parameters
- $storage
Nette\Caching\IStorage
|
public
mixed|null
|
#
fetch( string $key )
Fetch stored data.
Parameters
Returns
mixed|null null if not found
Implementation of
|
public
|
#
store( string $key, mixed $value )
Store data in cache.
Parameters
Implementation of
|
public
|
|
Properties summary
public static
string
|
$cacheKey |
'Neevo.Cache' |
|