sorry, I meant to ask: what should I put in the regex? For example, if
this is the select statement that I sent previously, how can I clear
the results of it from the cache?

results = db(auth.settings.table_user.name=="Joe").select(cache=
(self.cache.ram,3600))


On Jul 16, 1:54 pm, mdipierro <[email protected]> wrote:
> yes
>
> cache.ram.clear(regex="....")
>
> On 16 Lug, 13:16, Dan <[email protected]> wrote:
>
> > Hello- I saw this thread which discusses ways to clear a cached select
> > () result on non-GAE platforms. Is there a way to use the cache.clear
> > (regex=??) command to remove the results of a known datastore query
> > that works on GAE too?
> > Dan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to