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

Changes for version 0.21 - 2002-04-10

  • mjd found a bug in Tie::Cache::LRU::Array which caused the cache to slowly grow over time.

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