Class AbstractCacheAdapter
Abstract cache adapter
- Guzzle\Cache\AbstractCacheAdapter implements Guzzle\Cache\CacheAdapterInterface
Direct known subclasses
Guzzle\Cache\DoctrineCacheAdapter,
Guzzle\Cache\NullCacheAdapter,
Guzzle\Cache\Zf2CacheAdapter
Methods summary
-
publicgetCacheObject ( )Get the object owned by the adapter
Methods detail
Get the object owned by the adapter
Returns
mixedMethods inherited from Guzzle\Cache\CacheAdapterInterface
contains(),
delete(),
fetch(),
save()
Magic methods summary
Properties summary
protected
mixed
|
$cache |