问题描述
谁能告诉我在C#中的最佳库内存缓存,也需要一点帮助。
Can anyone tell me the best library in C# for memcache and also a little help required.
感谢
推荐答案
我已经包括了Memcached对一些客户的开放源码C#缓存提供商:
I have a Open source C# caching providers for a number of clients including Memcached at:
Memcached的客户端,我们一直在生产中使用了一年多,它使用enyim的memcached的客户端下它的BSD许可证可以随意使用它,<一个href=\"http://$c$c.google.com/p/servicestack/source/browse/trunk/Common/ServiceStack.Common/ServiceStack.CacheAccess.Memcached/MemcachedClientCache.cs\"相对=nofollow>来源可在这里。
The memcached client which we've been using in production for over a year uses enyim's memcached client underneath it's BSD licenced so feel free to use it, source available here.
我还要提到的是马克·碎石(第二StackOverflow上)具有嵌入式protobuf网与enyim的内存缓存的客户端,以及,提供的细节在他的博客:
I should also mention that Marc Gravel (2nd on StackOverflow) has embedded protobuf-net with enyim's memcache client as well, details available on his blog:
的
这篇关于Memcached的最好的图书馆的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!