class ApcCache implements CacheInterface
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
at line 20
public
__construct($prefix)
at line 29
public
has(string $class)
Returns whether metadata for the given class exists in the cache
at line 42
public ClassMetadata|false
read(string $class)
Returns the metadata for the given class from the cache
at line 47
public
write(ClassMetadata $metadata)
Stores a class metadata in the cache