ProxyCacheFactory
class ProxyCacheFactory extends DefaultCacheFactory (View source)
Allows injection of a psr-6 proxy over an inner cache backend.
You can pass in 'disable-container' to request a raw cache in a case-by-case basis
Properties
protected | string | $args | from DefaultCacheFactory | |
protected | LoggerInterface | $logger | from DefaultCacheFactory | |
protected | string | $containerClass | Class name of a psr-16 cache |
Methods
public
__construct(array $args = [], LoggerInterface $logger = null)
No description
from
DefaultCacheFactory
protected
CacheInterface
createCache(string $class, array $args)
No description
from
DefaultCacheFactory
Details
__construct(array $args = [], LoggerInterface $logger = null)
No description
object
create(string $service, array $args = [])
No description
protected bool
isAPCUSupported()
Determine if apcu is supported
protected bool
isPHPFilesSupported()
Determine if PHP files is supported
protected CacheInterface
createCache(string $class, array $args)
No description