mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-06 20:12:10 +09:00
#242 object cache 정리
This commit is contained in:
parent
06a9e9fdac
commit
55c76dcd78
20 changed files with 513 additions and 253 deletions
|
|
@ -904,6 +904,12 @@ class documentController extends document
|
|||
|
||||
$oDB->commit();
|
||||
|
||||
$oCacheHandler = CacheHandler::getInstance('object', null, true);
|
||||
if($oCacheHandler->isSupport())
|
||||
{
|
||||
$oCacheHandler->invalidateGroupKey('site_and_module');
|
||||
}
|
||||
|
||||
return new Object();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue