has anyone expanded caching of web2py and contribs/gae_memcache.py..?

for example:
1. I'd like to be able to call a wrapper that calls Web2py/clear() or
GAE/delete()

2. Cover the exceptions that GAE memcache can throw (e.g., during read-
only maintenance sessions)

3. I'm happy to skip the use of cache with select() calls unless
someone has cleverly added cache support for update_record() and
insert() too

or... for those that have skipped the web2py implementation have you
found it better to write directly to the GAE memcache api?

Reply via email to