#385 commentList_{document_srl} object cache 제거

This commit is contained in:
bnu 2014-01-31 02:02:20 +09:00
parent 2f469bb850
commit aa0d6e7cd8
3 changed files with 54 additions and 110 deletions

View file

@ -453,7 +453,6 @@ class documentAdminController extends document
{
$cache_key_item = 'document_item:'.$document_srl;
$oCacheHandler->delete($cache_key_item);
$oCacheHandler->invalidateGroupKey('commentList_' . $document_srl);
}
}
}