Re: Per-Request Query-set Cache

2013-06-19 Thread Joey Espinosa
Look into johnny-cache. https://github.com/jmoiron/johnny-cache -- Joey "JoeLinux" Espinosa Python Developer http://about.me/joelinux On Jun 19, 2013 7:33 PM, "Kurtis" wrote: > I could have sworn I've already asked this question but didn't see it in > my search results. Anyways, > > I have a la

Per-Request Query-set Cache

2013-06-19 Thread Kurtis
I could have sworn I've already asked this question but didn't see it in my search results. Anyways, I have a large set of calculations in my models. I'm trying to stick with the OOP style for future maintainers or whomever else has to work with the code. The problem is that I'm up to 100 queri