ChainedFastBackendFactory
class ChainedFastBackendFactory implements CacheFactoryInterface (View source)
Defines the chained fast cache backend factory.
Traits
ContainerAwareTrait
Properties
| protected string | $consistentServiceName | The service name of the consistent backend factory. |
|
| protected string | $fastServiceName | The service name of the fast backend factory. |
Methods
__construct(Settings $settings = NULL, string|null $consistent_service_name = NULL, string|null $fast_service_name = NULL)
Constructs ChainedFastBackendFactory object.
get(string $bin)
Instantiates a chained, fast cache backend class for a given cache bin.
Details
__construct(Settings $settings = NULL, string|null $consistent_service_name = NULL, string|null $fast_service_name = NULL)
Constructs ChainedFastBackendFactory object.
CacheBackendInterface
get(string $bin)
Instantiates a chained, fast cache backend class for a given cache bin.