Store
Store
class Store implements StoreInterface
Store implements all the logic for storing cache metadata (Request and Response headers).
Methods
__construct(string $root) Constructor. | ||
cleanup() Cleanups storage. | ||
bool|string | lock(Request $request) Tries to lock the cache for a given Request, without blocking. | |
bool | unlock(登录查看完整内容
|