mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Update references to CacheHandler in several modules
This commit is contained in:
parent
050a507707
commit
2f234dfad1
11 changed files with 39 additions and 144 deletions
|
|
@ -282,13 +282,7 @@ class pageAdminController extends page
|
|||
}
|
||||
}
|
||||
|
||||
$oCacheHandler = CacheHandler::getInstance('object', null, true);
|
||||
if($oCacheHandler->isSupport())
|
||||
{
|
||||
$object_key = 'mid_info:' . $module_info->module_srl;
|
||||
$cache_key = $oCacheHandler->getGroupKey('site_and_module', $object_key);
|
||||
$oCacheHandler->delete($cache_key);
|
||||
}
|
||||
Rhymix\Framework\Cache::delete('mid_info:' . $module_info->module_srl, 'site_and_module');
|
||||
}
|
||||
|
||||
function procPageAdminArticleDocumentInsert()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue