Popular recipes by David Wilson http://code.activestate.com/recipes/users/1299657/2004-04-10T19:49:43-07:00ActiveState Code RecipesHashed object cache with FIFO pruning strategy. (Python)
2004-04-10T19:49:43-07:00David Wilsonhttp://code.activestate.com/recipes/users/1299657/http://code.activestate.com/recipes/276642-hashed-object-cache-with-fifo-pruning-strategy/
<p style="color: grey">
Python
recipe 276642
by <a href="/recipes/users/1299657/">David Wilson</a>
.
Revision 2.
</p>
<p>This is a mapping-like object that attempts to efficiently hold a fixed number of previous entries, automatically discarding older entries.</p>