DoctrineCacheDriver
class DoctrineCacheDriver extends CacheProvider (View source)
Simple cache driver that enables doctrine to use c5's caching library.
\@package Concrete\Core\Cache
Properties
private Cache | $c5Cache | ||
private string | $cacheName |
Methods
__construct(string $cacheName = 'cache')
No description
getC5Cache()
No description
doFetch($id)
{@inheritdoc}
doContains($id)
{@inheritdoc}
doSave($id, $data, $lifeTime = 0)
{@inheritdoc}
doDelete($id)
{@inheritdoc}
doFlush()
{@inheritdoc}
doGetStats()
{@inheritdoc}
Details
__construct(string $cacheName = 'cache')
No description
private Cache
getC5Cache()
No description
protected
doFetch($id)
{@inheritdoc}
protected
doContains($id)
{@inheritdoc}
protected
doSave($id, $data, $lifeTime = 0)
{@inheritdoc}
protected
doDelete($id)
{@inheritdoc}
protected
doFlush()
{@inheritdoc}
protected
doGetStats()
{@inheritdoc}