ApcCache deprecated
class ApcCache implements CacheInterface
deprecated
Methods
__construct($prefix)
No description
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.
Details
at line line 26
__construct($prefix)
at line line 35
has(string $class)
Returns whether metadata for the given class exists in the cache.
at line line 48
ClassMetadata|false
read(string $class)
Returns the metadata for the given class from the cache.
at line line 53
write(ClassMetadata $metadata)
Stores a class metadata in the cache.