mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Comment caching improvements.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9789 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
97470e4d40
commit
41584ccd58
4 changed files with 24 additions and 22 deletions
|
|
@ -321,6 +321,7 @@
|
|||
$oCacheHandler->delete($cache_key);
|
||||
$cache_key_item = 'object_document_item:'.$document_srl;
|
||||
$oCacheHandler->delete($cache_key_item);
|
||||
$oCacheHandler->invalidateGroupKey('commentList_' . $document_srl);
|
||||
}
|
||||
$oCacheHandler->invalidateGroupKey('documentList');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue