Open Monograph Press
3.3.0
NullCacheAdapter.php
1
<?php
2
3
namespace
Guzzle\Cache
;
4
8
class
NullCacheAdapter
extends
AbstractCacheAdapter
9
{
10
public
function
__construct
() {}
11
12
public
function
contains
($id, array $options =
null
)
13
{
14
return
false
;
15
}
16
17
public
function
delete
($id, array $options =
null
)
18
{
19
return
true
;
20
}
21
22
public
function
fetch
($id, array $options =
null
)
23
{
24
return
false
;
25
}
26
27
public
function
save
($id, $data, $lifeTime =
false
, array $options =
null
)
28
{
29
return
true
;
30
}
31
}
Guzzle\Cache\NullCacheAdapter\contains
contains($id, array $options=null)
Definition:
NullCacheAdapter.php:12
Guzzle\Cache\NullCacheAdapter
Definition:
NullCacheAdapter.php:8
Guzzle\Cache\NullCacheAdapter\save
save($id, $data, $lifeTime=false, array $options=null)
Definition:
NullCacheAdapter.php:27
Guzzle\Cache\NullCacheAdapter\fetch
fetch($id, array $options=null)
Definition:
NullCacheAdapter.php:22
Guzzle\Cache
Definition:
AbstractCacheAdapter.php:3
Guzzle\Cache\NullCacheAdapter\__construct
__construct()
Definition:
NullCacheAdapter.php:10
Guzzle\Cache\AbstractCacheAdapter
Definition:
AbstractCacheAdapter.php:8
plugins
paymethod
paypal
lib
vendor
guzzle
guzzle
src
Guzzle
Cache
NullCacheAdapter.php
Generated on Fri Aug 28 2020 14:53:06 for Open Monograph Press by
1.8.17