I am currently trying to use the multi Get method proposed by Enyim C# client:
Enyim.Caching.MemcachedClient.Get(IEnumerable keys)
supposed to return a dictionary of key/result pairs.
Unfortunately, the call eventually returns a not-supported-method exception :-(
It looks very strange that Enyim fails to support this basic feature, has anyone experienced the same unpleasant situation ?
many thanks
register