Hi!I am trying to understand the cache functionality provided by web2py through the docs. I came across this line in the docs which talk about caching the results of a database select. Could someone be kind enough and free enough to please tell me an example of this:-
"Note that the result of a database select cannot be cached without first being serialized. A better way is to cache the database directly using the select method cache argument." ( I am just a beginner and am trying to understand the basics) Thanks

