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
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
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