class ApcCache

Hierarchy

Expanded class hierarchy of ApcCache

1 file declares its use of ApcCache

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/Cache/ApcCache.php, line 16

Namespace

Symfony\Component\Validator\Mapping\Cache
View source

Members

Namesort descending Modifiers Type Description Overrides
ApcCache::$prefix private property
ApcCache::has public function Returns whether metadata for the given class exists in the cache Overrides CacheInterface::has
ApcCache::read public function Returns the metadata for the given class from the cache Overrides CacheInterface::read
ApcCache::write public function Stores a class metadata in the cache Overrides CacheInterface::write
ApcCache::__construct public function