interface CacheInterface
Persists ClassMetadata instances in a cache
Methods
|
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 28
public
has(string $class)
Returns whether metadata for the given class exists in the cache
at line 37
public ClassMetadata|false
read(string $class)
Returns the metadata for the given class from the cache
at line 44
public
write(ClassMetadata $metadata)
Stores a class metadata in the cache