Re: Document low level cache API a bit more

2010-11-25 Thread Yo-Yo Ma
Ok! On Nov 25, 8:28 pm, Jacob Kaplan-Moss wrote: > On Thu, Nov 25, 2010 at 6:05 PM, Yo-Yo Ma wrote: > > I was reading about the low level cache API, and I noticed that you > > could cache None (implied by the recommendation not to do so). It made > > me wonder if I could cache other Python-speci

Re: Document low level cache API a bit more

2010-11-25 Thread Jacob Kaplan-Moss
On Thu, Nov 25, 2010 at 6:05 PM, Yo-Yo Ma wrote: > I was reading about the low level cache API, and I noticed that you > could cache None (implied by the recommendation not to do so). It made > me wonder if I could cache other Python-specific objects, like > dictionaries, lists, ORM Model instance

Document low level cache API a bit more

2010-11-25 Thread Yo-Yo Ma
I was reading about the low level cache API, and I noticed that you could cache None (implied by the recommendation not to do so). It made me wonder if I could cache other Python-specific objects, like dictionaries, lists, ORM Model instances, etc. Are there differences between a normal model insta