The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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::*