Sets a cache item to be persisted later.
CacheItemInterface $item: The cache item to save.
bool False if the item could not be queued or if a commit was attempted and failed. True otherwise.
public function saveDeferred(CacheItemInterface $item) : bool;