Persists a cache item immediately.
CacheItemInterface $item: The cache item to save.
bool True if the item was successfully persisted. False if there was an error.
public function save(CacheItemInterface $item) : bool;