mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Use simpler syntax for cache groups
This commit is contained in:
parent
e8d117d2f5
commit
26c5a18a5b
11 changed files with 67 additions and 72 deletions
|
|
@ -1196,7 +1196,7 @@ class documentController extends document
|
|||
$output = executeQuery('document.updateDocumentExtraVar', $obj);
|
||||
}
|
||||
|
||||
Rhymix\Framework\Cache::delete("module_document_extra_keys:$module_srl", 'site_and_module');
|
||||
Rhymix\Framework\Cache::delete("site_and_module:module_document_extra_keys:$module_srl");
|
||||
return $output;
|
||||
}
|
||||
|
||||
|
|
@ -1252,7 +1252,7 @@ class documentController extends document
|
|||
|
||||
$oDB->commit();
|
||||
|
||||
Rhymix\Framework\Cache::delete("module_document_extra_keys:$module_srl", 'site_and_module');
|
||||
Rhymix\Framework\Cache::delete("site_and_module:module_document_extra_keys:$module_srl");
|
||||
return new Object();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue