chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] memcached


From: Dan Muresan
Subject: Re: [Chicken-users] memcached
Date: Wed, 20 Jun 2007 13:05:10 +0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070509 SeaMonkey/1.1.2

That's why my generic cache interface is intended to be a front-end
to different cache implementations, with a common interface, and some
tools built on top of that interface (such as memoizing functions).

Yes, I understand the philosophy, but before you can make a generic API, one should study several concrete examples and generalize from their needs. Currently, you have a single example (your own memcached). So I'm a little wary...

-- Dan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]