Open Journal Systems
3.3.0
CacheAdapterInterface.php
1
<?php
2
3
namespace
Guzzle\Cache
;
4
12
interface
CacheAdapterInterface
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)
plugins
paymethod
paypal
lib
vendor
guzzle
guzzle
src
Guzzle
Cache
CacheAdapterInterface.php
Generated on Fri Aug 28 2020 14:50:58 for Open Journal Systems by
1.8.17