Evan> http://www.python.org/pypi?:action=display&name=lrucache&version=0.2
skip> Couldn't get to your website, but I've been using this one I wrote
skip> for several years:
skip> http://www.webfast.com/~skip/python/Cache.py
skip> I'm just coming to this thread, so I don'
Evan> I agree that LRU caches are a data structure too frequently
Evan> re-implemented in Python. I'd also like to see a "standard" cache
Evan> package, either as part of the standard library or elsewhere. To
Evan> that end, I've just uploaded an LRU cache package to the Python