interface CacheAware

Methods

useStore(string $store)

Specify the cache store that should be used.

Details

at line 15
CacheAware useStore(string $store)

Specify the cache store that should be used.

Boot-only. Mutates the shared mutex instance for the worker lifetime; per-request use races across coroutines.

Parameters

string $store

Return Value

CacheAware