On Tue, 25 Jun 2002, Greg McCarroll wrote:

> Memoize doesnt just memoize to memory, its got a plugable cache
> architecture (you can stick objects in to deal with the storage for
> you (it used to be tied datastructures)) . You can plugin in any old
> cache you want and store it to DBM files, DBI databases, files,
> etc. etc. There are examples with the Memoize install.

Ooooh.  <sound of Mark reading much pod>.  How does it compare to 
Cache::Cache?

> If you want to limit disk space you could even look at the ExpireLRU or
> somesuch cache, which expires the least recently used. 

Hmm.

-- 
s''  Mark Fowler                                     London.pm   Bath.pm
     http://www.twoshortplanks.com/              [EMAIL PROTECTED]
';use Term'Cap;$t=Tgetent Term'Cap{};print$t->Tputs(cl);for$w(split/  +/
){for(0..30){$|=print$t->Tgoto(cm,$_,$y)." $w";select$k,$k,$k,.03}$y+=2}


Reply via email to