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
|
|
@ -679,7 +679,7 @@ class documentAdminController extends document
|
|||
if(!$output->toBool()) return $output;
|
||||
}
|
||||
|
||||
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");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue