Cached actions
...
$e->Actions->mapAction([
"home",
new \Cherrycake\Actions\ActionHtml([
"moduleType" => ACTION_MODULE_TYPE_APP,
"moduleName" => "Home",
"methodName" => "viewHome",
"request" => new \Cherrycake\Actions\Request([
"pathComponents" => false
]),
"isCache" => true
])
]);
...Removing an action from cache
Last updated