Re: Queryset Caching

2009-02-26 Thread Jason Broyles
Thanks for the reply. I was talking about using memcache to cache the view. If a search changes, will it get the cache or hit the database? On Feb 26, 6:11 pm, Alex Gaynor <alex.gay...@gmail.com> wrote: > On Thu, Feb 26, 2009 at 6:08 PM, Jason Broyles <ja...@jasonism.org> wrot

Queryset Caching

2009-02-26 Thread Jason Broyles
I have a question about per view caching. Say I have a search form and someone performs a query that returns all of the results, then those results are cached. If they then did a new search with criteria in the search, will it use the cache or hit the database again? Or if they just sorted those