\Guzzle\CacheZf1CacheAdapter

Zend Framework 1 cache adapter

Summary

Methods
Properties
Constants
getCacheObject()
__construct()
contains()
delete()
fetch()
save()
No public properties found
No constants found
No protected methods found
$cache
N/A
No private methods found
No private properties found
N/A

Properties

$cache

$cache : 

Type

Methods

getCacheObject()

getCacheObject() : mixed

Get the object owned by the adapter

Returns

mixed

__construct()

__construct(\Zend_Cache_Backend  $cache) 

Parameters

\Zend_Cache_Backend $cache

Cache object to wrap

contains()

contains(  $id, array  $options = null) 

Parameters

$id
array $options

delete()

delete(  $id, array  $options = null) 

Parameters

$id
array $options

fetch()

fetch(  $id, array  $options = null) 

Parameters

$id
array $options

save()

save(  $id,   $data,   $lifeTime = false, array  $options = null) 

Parameters

$id
$data
$lifeTime
array $options