class DoctrineCache implements CacheInterface
Adapts a Doctrine cache to a CacheInterface.
| __construct(Cache $cache) Creates a new Doctrine cache. | ||
| setCache(Cache $cache) Sets the cache to adapt. | ||
| 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 |
Creates a new Doctrine cache.
Sets the cache to adapt.
Returns whether metadata for the given class exists in the cache
Returns the metadata for the given class from the cache
Stores a class metadata in the cache
© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.8/Symfony/Component/Validator/Mapping/Cache/DoctrineCache.html