Memcached Client Plug-In for .NET [Deprecated]
NCache Memcached Client Plug-In for .NET allows a seamless, no-code-change migration from Memcached to NCache by providing drop-in replacements for popular libraries like Enyim, BeIT Memcached, and the .NET Memcached client. These plug-ins internally map Memcached API calls to equivalent NCache operations, enabling high-performance distributed caching without requiring application recompilation or source code modifications.

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