Example #1
0
 /**
  * Clear out the now invalid data from the cache
  *
  * @param Stash\Item $item
  * @return bool
  */
 public function clear($item)
 {
     return $item->clear();
 }