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