Open Journal Systems  3.3.0
Guzzle\Cache\AbstractCacheAdapter Class Reference
Inheritance diagram for Guzzle\Cache\AbstractCacheAdapter:
Guzzle\Cache\CacheAdapterInterface Guzzle\Cache\DoctrineCacheAdapter Guzzle\Cache\NullCacheAdapter Guzzle\Cache\Zf1CacheAdapter Guzzle\Cache\Zf2CacheAdapter

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
 

Detailed Description

Abstract cache adapter

Definition at line 8 of file AbstractCacheAdapter.php.

Member Function Documentation

◆ getCacheObject()

Guzzle\Cache\AbstractCacheAdapter::getCacheObject ( )

Get the object owned by the adapter

Returns
mixed

Definition at line 17 of file AbstractCacheAdapter.php.

References Guzzle\Cache\AbstractCacheAdapter\$cache.

Field Documentation

◆ $cache


The documentation for this class was generated from the following file: