Psr6Cache
class Psr6Cache implements CacheInterface
PSR-6 adapter.
Methods
__construct(CacheItemPoolInterface $cacheItemPool) | ||
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(CacheItemPoolInterface $cacheItemPool)
Parameters
CacheItemPoolInterface | $cacheItemPool |
has(string $class)
Returns whether metadata for the given class exists in the cache.
Parameters
string | $class |
ClassMetadata|false read(string $class)
Returns the metadata for the given class from the cache.
Parameters
string | $class | Class Name |
Return Value
ClassMetadata|false | A ClassMetadata instance or false on miss |
write(ClassMetadata $metadata)
Stores a class metadata in the cache.
Parameters
ClassMetadata | $metadata |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/4.0/Symfony/Component/Validator/Mapping/Cache/Psr6Cache.html