#242 자주 사용되는 데이터를 file cache를 이용하도록 개선.

This commit is contained in:
bnu 2014-01-02 06:16:55 +09:00
parent e4088586d7
commit 21ccd7f0d3
14 changed files with 118 additions and 100 deletions

View file

@ -77,7 +77,7 @@ class documentItem extends Object
if(!$this->document_srl) return;
// cache controll
$oCacheHandler = &CacheHandler::getInstance('object');
$oCacheHandler = CacheHandler::getInstance('object');
if($oCacheHandler->isSupport() && !count($this->columnList))
{
$cache_key = 'object_document_item:'.$this->document_srl;