コード例 #1
0
ファイル: Cache.php プロジェクト: ngchie/system
 /**
  * get cache prefix. used for grouping
  * 
  * @return string the cache prefix
  */
 protected function getPrefix()
 {
     return $this->cache->getOption(self::cachePrefixKey);
 }