Use object cache for widgets as well

This commit is contained in:
Kijin Sung 2016-02-11 10:51:45 +09:00
parent 25eef85d8a
commit 4dbb0239c6

View file

@ -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;