示例#1
0
文件: Cache.php 项目: ngchie/system
 /**
  * set cache prefix. used for grouping
  * 
  * @param string $prefix the prefix to set
  * 
  * @return void
  */
 protected function setPrefix($prefix)
 {
     $this->cache->setOption(self::cachePrefixKey, $prefix);
 }