コード例 #1
0
ファイル: NamespacedCache.php プロジェクト: kuria/cache
 public function decrement($key, $step = 1, &$success = null)
 {
     return $this->wrappedCache->decrement($this->prefix . $key, $step, $success);
 }