示例#1
0
文件: Cache.php 项目: allyse/allyse
 /**
  * Let other processes know that this one is rebuilding the data
  *
  * @param Stash\Item $item
  * @return bool
  */
 public function lock($item)
 {
     return $item->lock();
 }