in trunk! Thanks.

On Friday, 14 September 2012 19:33:11 UTC-5, Matt wrote:
>
> Hi there,
>
> Making the following minor change:
>
>     def clear(self, key = None):
>         if key:
>           key = '%s/%s' % (self.request.application, key)
>           self.delete(key)
>         else:
>           self.flush_all()
>
> would allow the entire cache to be cleared via.
>
> cache.ram.clear()
>
> Matt
>
>
>
>
>
>
>

-- 



Reply via email to