Since: 4.2.0

interface CacheControllerFactoryAwareInterface

Interface to be implemented by classes depending on a cache controller factory.

Methods

void
setCacheControllerFactory(CacheControllerFactoryInterface $factory)

Set the cache controller factory to use.

Details

void setCacheControllerFactory(CacheControllerFactoryInterface $factory)

Since: 4.2.0

Set the cache controller factory to use.

Parameters

CacheControllerFactoryInterface $factory

The cache controller factory to use.

Return Value

void