CloneableInstantiable
- Implements
Psr\Cache\CacheItemPoolInterface
| Methods |
| public __construct(string $path) Creates a FileSystemCacheItemPool cache that stores values in local storage
|
| public clear() : bool |
| public commit() : bool |
| public deleteItem(string $key) : bool |
| public deleteItems(array $keys) : bool |
| public getItem(string $key) : Psr\Cache\CacheItemInterface |
public getItems(array $keys = []) : iterable
|
| public hasItem(string $key) : bool |
| public save(Psr\Cache\CacheItemInterface $item) : bool |
| public saveDeferred(Psr\Cache\CacheItemInterface $item) : bool |
| Properties |
private array $buffer = []
|
private string $cachePath
|
| Methods |
| private cacheFilePath(string $key) : string |
| private validKey(string $key) : bool |