选择语言 :

 Core_Model::cache

缓存对象

Cache Core_Model::cache( )
返回值
  • Cache
File: ./core/classes/model.class.php
protected function cache()
{
    return Cache::instance($this->cache_config);
}