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
-
public
getCacheObject ( )
Get the object owned by the adapter
Methods detail
Get the object owned by the adapter
Returns
mixed
Methods inherited from Guzzle\Cache\CacheAdapterInterface
contains()
,
delete()
,
fetch()
,
save()
Magic methods summary
Properties summary
protected
mixed
|
$cache |