Click here to Skip to main content
15,893,588 members
Articles / Programming Languages / C++

MemCache++: An example of modern C++ design

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
23 Sep 2012CPOL7 min read 19.4K   11  
MemCache++ is a light-weight, type-safe, simple to use and full-featured Memcache client. It was developed by Dean Michael Berris who is a C++ fanatic, loves working on network libraries (cpp-netlib.github.com), and currently works at Google Australia.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions