Memcached Client Plug-In for .NET [Deprecated]
NCache provides its Memcached Client Plug-in for popular.NET Memcached clients Eniym, BeIT Memcached, and .NET Memcached client library so that NCache can be directly used for Memcached applications using these clients. NCache API calls equivalent to Memcached calls are internally implemented in these plug-ins and require no code change or recompilation on the application side. These modified Memcached client libraries exist with their source code in the NCache installation.
Note
This feature is only available in NCache Enterprise.
Recommended Approach to Migrate From Memcached
It is generally recommended to use a plug-in approach instead of a gateway. A gateway induces an extra network/process hop, whereas this plug-in becomes part of the client application process and directly talks to the NCache cluster using the NCache API. Thus, it results in better performance.
See Also
NCache Memcached Gateway Approach
Entity Framework Core Caching
Debug NCache Providers in Visual Studio