Exemplo n.º 1
0
 def cache(self, req, form):
     """Search cache page."""
     argd = wash_urlargd(form, {'action': (str, 'show')})
     return perform_request_cache(req, action=argd['action'])
Exemplo n.º 2
0
 def cache(self, req, form):
     """Search cache page."""
     argd = wash_urlargd(form, {'action': (str, 'show')})
     return perform_request_cache(req, action=argd['action'])