Aviat\Banker\Pool::saveDeferred
Sets a cache item to be persisted later.
Signature
public function saveDeferred(CacheItemInterface
$item )
Parameters
$item
— CacheItemInterface
The cache item to save.
Returns
- bool
False if the item could not be queued or if a commit was attempted and failed. True otherwise.