Perfect. Thanks for providing the snippet. I haven't used the cache methods yet, and this saves me a lot of time.
Ian
On Sunday, September 2, 2012 2:28:14 AM UTC-4, rochacbruno wrote:
>
> I think you can use cache.
>
> user_data = cache.ram("user_data_%s" % auth.user_id, lambda :
> dict(field=value, field=value), 86400)
>
>
>
--

