コード例 #1
0
ファイル: InMemoryCache.php プロジェクト: savritsky/cache
 /**
  * @inheritdoc
  */
 public function removeFromList($list, $value)
 {
     // no memory cache for lists
     return $this->cache->removeFromList($list, $value);
 }