Will McGugan wrote:

>> You want a Least Recently Used, or LRU, cache. Here's one:
>>
> Thanks. I found the one I saw originally in the Python Cookbook. Only 
> they call it a FIFO cache.

A FIFO cache is different, as gene tani points out. You need to consider 
  which one it is you want.
-- 
Michael Hoffman
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to