InMemoryCacheFactory
interface InMemoryCacheFactory implements CacheFactory (View source)
Interface to be implemented by all cache factories that instantiate in-memory symfony cache adapters.
This allows the cache adapters to be used in conjunction with filesystem cache.
Methods
public
object|null
create(string $service, array $params = [])
Creates a new service instance.
from
Factory
public
CacheItemPoolInterface
createPsr6(string $service, array $params = [])
Create a PSR6-compliant cache adapter
Details
object|null
create(string $service, array $params = [])
Creates a new service instance.
CacheItemPoolInterface
createPsr6(string $service, array $params = [])
Create a PSR6-compliant cache adapter