Memcached Wrapper and Gateway Support [Deprecated]
Memcached is a simple in-memory key-value store providing basic features for caching. The Memcached server communicates with Memcached clients using defined text or binary protocol. Memcached servers are stand-alone servers with no clustering or distributed caching features providing scalability.
Note
This feature is only available in NCache Enterprise.
NCache has implemented Memcached integration, and you can plug in NCache to your existing or new Memcached applications without any code changes. You only need to change your application configuration files to take advantage of the NCache distributed caching system. NCache provides support for Memcached in two ways described later in the chapter.
In This Section
Memcached Gateway approach for NCache
Explains how to use the NCache-provided Memcached gateway server to use NCache without any code change.
Memcached Client Plug-in for .NET
Explains how to use Memcached Client Plug-in for .NET provided by NCache.