Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
Changes for version 0.20 - 2001-07-29
- Split into two implementations, Tie::Cache::LRU::Array and Tie::Cache::LRU::LinkedList
- Tie::Cache::LRU now using Array implementation. Much faster.
- Now faster than Tie::Cache *smug grin*
Documentation
Modules
A Least-Recently Used cache
Tie::Cache::LRU implemented using arrays
Tie::Cache::LRU implemented using a linked list
Virtual base class for Tie::Cache::LRU::*