\Guzzle\CacheDoctrineCacheAdapter

Doctrine 2 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(\Doctrine\Common\Cache\Cache  $cache) 

Parameters

\Doctrine\Common\Cache\Cache $cache

Doctrine cache object

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