|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| getCacheObject () | |
Public Member Functions inherited from Guzzle\Cache\CacheAdapterInterface | |
| contains ($id, array $options=null) | |
| delete ($id, array $options=null) | |
| fetch ($id, array $options=null) | |
| save ($id, $data, $lifeTime=false, array $options=null) | |
Protected Attributes | |
| $cache | |
Abstract cache adapter
Definition at line 8 of file AbstractCacheAdapter.php.
| Guzzle\Cache\AbstractCacheAdapter::getCacheObject | ( | ) |
Get the object owned by the adapter
Definition at line 17 of file AbstractCacheAdapter.php.
References Guzzle\Cache\AbstractCacheAdapter\$cache.
|
protected |
Definition at line 10 of file AbstractCacheAdapter.php.
Referenced by Guzzle\Cache\DoctrineCacheAdapter\__construct(), Guzzle\Cache\Zf2CacheAdapter\__construct(), Guzzle\Cache\Zf1CacheAdapter\__construct(), and Guzzle\Cache\AbstractCacheAdapter\getCacheObject().