class ApcCache implements CacheInterface
deprecated
since version 2.5, to be removed in 3.0. Use DoctrineCache with \Doctrine\Common\Cache\ApcCache instead.
Methods
__construct($prefix) | ||
has(string $class) Returns whether metadata for the given class exists in the cache. | ||
ClassMetadata|false | read(string $class) Returns the metadata for the given class from the cache. | |
write(ClassMetadata $metadata) Stores a class metadata in the cache. |
Details
__construct($prefix)
has(string $class)
Returns whether metadata for the given class exists in the cache.
ClassMetadata|false read(string $class)
Returns the metadata for the given class from the cache.
write(ClassMetadata $metadata)
Stores a class metadata in the cache.
Please login to continue.