mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
#385 commentList_{document_srl} object cache 제거
This commit is contained in:
parent
2f469bb850
commit
aa0d6e7cd8
3 changed files with 54 additions and 110 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue