class DoctrineProvider extends CacheProvider implements PruneableInterface, ResettableInterface

Methods

__construct(CacheItemPoolInterface $pool)

No description

bool
prune()

No description

reset()

No description

doFetch($id)

{@inheritdoc}

doContains($id)

{@inheritdoc}

doSave($id, $data, $lifeTime = 0)

{@inheritdoc}

doDelete($id)

{@inheritdoc}

doFlush()

{@inheritdoc}

doGetStats()

{@inheritdoc}

Details

__construct(CacheItemPoolInterface $pool)

Parameters

CacheItemPoolInterface $pool

bool prune()

Return Value

bool

reset()

protected doFetch($id)

{@inheritdoc}

Parameters

$id

protected doContains($id)

{@inheritdoc}

Parameters

$id

protected doSave($id, $data, $lifeTime = 0)

{@inheritdoc}

Parameters

$id
$data
$lifeTime

protected doDelete($id)

{@inheritdoc}

Parameters

$id

protected doFlush()

{@inheritdoc}

protected doGetStats()

{@inheritdoc}