FileSystemCacheItemPool
class FileSystemCacheItemPool implements CacheItemPoolInterface (View source)
Methods
__construct(string $path)
Creates a FileSystemCacheItemPool cache that stores values in local storage
CacheItemInterface
getItem(string $key)
{@inheritdoc}
iterable
getItems(array $keys = [])
{@inheritdoc}
bool
save(CacheItemInterface $item)
{@inheritdoc}
bool
hasItem(string $key)
{@inheritdoc}
bool
clear()
{@inheritdoc}
bool
deleteItem(string $key)
{@inheritdoc}
bool
deleteItems(array $keys)
{@inheritdoc}
bool
saveDeferred(CacheItemInterface $item)
{@inheritdoc}
bool
commit()
{@inheritdoc}
Details
__construct(string $path)
Creates a FileSystemCacheItemPool cache that stores values in local storage
CacheItemInterface
getItem(string $key)
{@inheritdoc}
iterable
getItems(array $keys = [])
{@inheritdoc}
bool
save(CacheItemInterface $item)
{@inheritdoc}
bool
hasItem(string $key)
{@inheritdoc}
bool
clear()
{@inheritdoc}
bool
deleteItem(string $key)
{@inheritdoc}
bool
deleteItems(array $keys)
{@inheritdoc}
bool
saveDeferred(CacheItemInterface $item)
{@inheritdoc}
bool
commit()
{@inheritdoc}