mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Use object cache for widgets as well
This commit is contained in:
parent
25eef85d8a
commit
4dbb0239c6
1 changed files with 1 additions and 1 deletions
|
|
@ -374,7 +374,7 @@ class widgetController extends widget
|
|||
return $widget_content;
|
||||
}
|
||||
|
||||
$oCacheHandler = CacheHandler::getInstance('template');
|
||||
$oCacheHandler = CacheHandler::getInstance('object');
|
||||
if($oCacheHandler->isSupport())
|
||||
{
|
||||
$key = 'widget_cache:' . $widget_sequence;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue