in reply to Re^2: A value that stays a value (for some time)
in thread A value that stays a value (for some time)

Memoize caches to memory by default, not disk. Also Cache-Cache has Cache::MemoryCache you can use instead of Cache::FileCache
  • Comment on Re^3: A value that stays a value (for some time)