Changes for version 20150301 - 2015-03-01

  • Misc
  • Clarified the license link (was pointing at the Artistic License)
  • Now using Github for bug tracking and repository

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