예제 #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);
 }