ApcuBackendFactory
class ApcuBackendFactory implements CacheFactoryInterface (View source)
Properties
| protected string | $sitePrefix | The site prefix string. |
|
| protected CacheTagsChecksumInterface | $checksumProvider | The cache tags checksum provider. |
|
| protected string | $backendClass | The APCU backend class to use. |
Methods
__construct(string $root, string $site_path, CacheTagsChecksumInterface $checksum_provider)
Constructs an ApcuBackendFactory object.
get(string $bin)
Gets ApcuBackend for the specified cache bin.
Details
__construct(string $root, string $site_path, CacheTagsChecksumInterface $checksum_provider)
Constructs an ApcuBackendFactory object.
CacheBackendInterface
get(string $bin)
Gets ApcuBackend for the specified cache bin.