ArrayCacheItemPool
final class ArrayCacheItemPool implements CacheItemPoolInterface (View source)
Methods
getItem(string $key)
CacheItemInterface
getItems(array $keys = [])
iterable
hasItem(string $key)
bool
clear()
bool
deleteItem(string $key)
bool
deleteItems(array $keys)
bool
save(CacheItemInterface $item)
bool
saveDeferred(CacheItemInterface $item)
bool
commit()
bool
Details
getItem
CacheItemInterface
getItem(string $key)
No description
getItems
iterable
getItems(array $keys = [])
No description
hasItem
bool
hasItem(string $key)
No description
clear
bool
clear()
No description
deleteItem
bool
deleteItem(string $key)
No description
deleteItems
bool
deleteItems(array $keys)
No description
save
bool
save(CacheItemInterface $item)
No description
saveDeferred
bool
saveDeferred(CacheItemInterface $item)
No description
commit
bool
commit()
No description