mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Change default cache driver to 'dummy' with minimal caching
This commit is contained in:
parent
d4e2163e2b
commit
ba10c91d0e
15 changed files with 95 additions and 120 deletions
|
|
@ -405,7 +405,7 @@ class widgetController extends widget
|
|||
$oModuleController = getController('module');
|
||||
$oModuleController->replaceDefinedLangCode($widget_content);
|
||||
|
||||
Rhymix\Framework\Cache::set('widget_cache:' . $widget_sequence, $widget_content, $widget_cache);
|
||||
Rhymix\Framework\Cache::set('widget_cache:' . $widget_sequence, $widget_content, $widget_cache, true);
|
||||
|
||||
return $widget_content;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue