Added support for memcached distributed caching
This commit is contained in:
parent
598ccd1766
commit
b417ef09b2
7 changed files with 566 additions and 121 deletions
|
|
@ -300,6 +300,15 @@ sub getAdminFunction {
|
|||
op=>"listSubscriptions",
|
||||
group=>"3"
|
||||
},
|
||||
"cache"=>{
|
||||
title=>{
|
||||
id=>"manage cache",
|
||||
namespace=>"WebGUI"
|
||||
},
|
||||
icon=>"settings.gif", # TODO Create cache icon
|
||||
op=>"manageCache",
|
||||
group=>"3"
|
||||
},
|
||||
};
|
||||
if ($id) {
|
||||
return $self->_formatFunction($functions->{$id});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue