DoctrineCache

DoctrineCache

class DoctrineCache implements CacheInterface

Adapts a Doctrine cache to a CacheInterface.

Methods

登录查看完整内容
__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