One other thing I've noted is that by setting this, attempting to
view /welcome/appadmin/ccache will generate the following ticket:

Traceback (most recent call last):
  File "/home/scott/Projects/web2py/gluon/restricted.py", line 178, in
restricted
    exec ccode in environment
  File "/home/scott/Projects/web2py/applications/welcome/controllers/
appadmin.py", line 410, in <module>
  File "/home/scott/Projects/web2py/gluon/globals.py", line 96, in
<lambda>
    self._caller = lambda f: f()
  File "/home/scott/Projects/web2py/applications/welcome/controllers/
appadmin.py", line 337, in ccache
    for key, value in cache.ram.storage.items():
AttributeError: '_MemcacheClient' object has no attribute 'storage'

Reply via email to