Added support for memcached distributed caching

This commit is contained in:
Len Kranendonk 2005-04-25 05:50:43 +00:00
parent 598ccd1766
commit b417ef09b2
7 changed files with 566 additions and 121 deletions

View file

@ -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});