something along the lines of
cache.ram.clear(regex='itemname')
although you can abuse time_expire if just want to (p)regenerate stuff
in cache with
cache.ram('item', lambda: 'new', 0)
That will place/overwrite 'item' in the cache. cache.disk works the
same way.
On Mar 26, 11:19 pm, Mark Larsen <[email protected]> wrote:
> Since we are on the subject, how can you remove an item from the cache?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---