At the moment, the only way to pass in memcached settings for enyim is through adding these via the config settings. However, there may be circumstances where we might need to define our own MemcachedClient instance or something of the sort and set that in the CacheManager initiation. It would be nice to be able to pass in any object that implements IMemcachedClientConfiguration.
Adding Enyim's wiki page for reference