示例#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);
 }