From: "James G. Britt" Date: 2005-02-16T05:03:58+09:00 Subject: Re: cache table implementation On Tue, 15 Feb 2005 19:22:31 +0900, Michael Neumann wrote: > George Moschovitis wrote: > > You can find a cache implementation in the Nitro distribution: > > > > www.rubyforge.com/projects/nitro > > > > in the file: > > > > lib/glue/cache.rb > > Or here: ;-) > > http://www.ntecs.de/viewcvs/viewcvs/Wee/trunk/lib/cache/ And there's a simple object cache in Catapult (and, in a way, that's basically all Catapult is, a WEBrick-hosted, URL-driven object cache), though it never bothers to drop anything (but that's on purpose, since that's a function better added via a dynamically loaded object, under the principle of Don't Do Anything You Can Get Someone/Something Else To Do Using Some Ruby Meta-programming, usually shortened to DDAYCGS/SETDUSRMp. ) http://catapult.rubyforge.org/ James > Regards, > > Michael > >