[memcachepp-devel] Fluent Interfaces
Brought to you by:
mackinra,
mikhail_beris
From: Dean M. C. B. <dmb...@fr...> - 2008-02-20 09:42:39
|
Hi Guys, I've been playing around with an alternative to the current interface we have in Memcache++ Client. Here's an example: key(mc, "hello") = 100; int an_int; wrap(an_int) = get(mc, "hello"); The implementation and unit test is now available in http://memcachepp.svn.sourceforge.net/svnroot/branch/fluent_interface -- this is meant to be a proof of concept which should make it the more preferred interface to use for the Memcache++ Client version 1. Have a good one! -- Dean Michael Berris Software Engineer, Friendster, Inc. <dmb...@fr...> +639287291459 |