[web2py] Re: Caching Logic in web2py

2015-05-04 Thread Chris Modzelewski
Awesome! Thank you very much for this explanation! All the best, Chris On Tuesday, April 28, 2015 at 6:22:49 PM UTC-4, Leonel Câmara wrote: > > This one: > > A. Does the cached object get updated: > > The cached object is updated immediately because it's the same object. > Cache ram does not clo

[web2py] Caching Logic in web2py

2015-04-28 Thread Chris Modzelewski
Hi Everyone, I have some questions about how caching works in web2py. I'm not interested at this point in understanding how to cache entire views or anything like that - in this case, I'm interested in understanding the principles behind how web2py implements caching: Let's say that I have a c