Open Journal Systems  3.3.0
CacheAdapterInterface.php
1 <?php
2 
3 namespace Guzzle\Cache;
4 
13 {
22  public function contains($id, array $options = null);
23 
32  public function delete($id, array $options = null);
33 
42  public function fetch($id, array $options = null);
43 
54  public function save($id, $data, $lifeTime = false, array $options = null);
55 }
Guzzle\Cache\CacheAdapterInterface
Definition: CacheAdapterInterface.php:12
Guzzle\Cache\CacheAdapterInterface\contains
contains($id, array $options=null)
Guzzle\Cache\CacheAdapterInterface\save
save($id, $data, $lifeTime=false, array $options=null)
Guzzle\Cache
Definition: AbstractCacheAdapter.php:3
Guzzle\Cache\CacheAdapterInterface\fetch
fetch($id, array $options=null)