On Sat, 4 Sep 2010 09:21:25 -0500
Daniel Stutzbach <dan...@stutzbachenterprises.com> wrote:
> 
> I have been using a similar LRU cache class to store items retrieved from a
> database.  In my case, a decorator-paradigm wouldn't work well because I
> only want to cache a few of the columns from a much larger query, plus there
> are multiple functions that want to talk to the cache.

Well, perhaps lru_cache() would have deserved a review before
committing?

Regards

Antoine.


_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to