Doctrine


Doctrine\Common\Cache\ApcCache
/Doctrine/Common/Cache/ApcCache.php at line 38

Class ApcCache

Class:ApcCache - Superclass: AbstractCache
AbstractCache
⌊ ApcCache

public class ApcCache
extends AbstractCache

APC cache driver.

License:
http://www.opensource.org/licenses/lgpl-license.php LGPL
See Also:
www.doctrine-project.org
Since:
2.0
Version:
$Revision$
Author:
Benjamin Eberlei
Guilherme Blanco
Jonathan Wage
Roman Borschel
David Abdemoulaie
Todo:
Rename: APCCache

Method Summary
array

getIds()

{@inheritdoc}

Methods inherited from Doctrine\Common\Cache\AbstractCache
contains, delete, deleteAll, deleteByPrefix, deleteByRegex, deleteBySuffix, fetch, getIds, save, setNamespace

Method Detail

/Doctrine/Common/Cache/ApcCache.php at line 43

getIds

public array getIds()

Returns:
$ids

Doctrine