On Sat, Mar 10, 2001 at 12:10:35PM -0800, Perrin Harkins wrote:
> "Daniel Little (Metrex)" wrote:
> > Along the same lines, how about making SizeAwareMemoryCache as well so that
> > you can specify just how much data you want stored in the cache.
> 
> Sounds like Joshua Chamas' Tie::Cache module.  It provides a
> size-limited LRU cache.

Note that Cache::SizeAwareFileCache does both a "next expiration" and
a LRU algorithm for limiting the size.  I'll use the same logic for
the SizeAwareMemoryCache.

Thanks,

-DeWitt

Reply via email to