cache 객체는 어디있는건지 궁금합니다
- jjjjrr1
- 6
- 3,939
- 글주소
- 08-28
Board_model.php 의
public function get_one($primary_value = '', $select = '', $where = '')
함수에보면
$result = $this->cache->get($cachename)
..........
$this->cache->save($cachename, $result, $this->cache_time);
이런구문이 있는데 여기서
cache 객체는 어디있는건지 궁금합니다