Description
Repeated lookups can be kept in memory while older entries are evicted automatically. This module implements an LRU cache through Perl tie behavior, so code can access cached values like a hash. It is useful for scripts and services that need bounded in-memory caching.