Psr6Cache

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.

登录查看完整内容