Parallel.Invoke conflicting with Cache management while using System.Runtime.Caching
问题 I am using System.Runtime.Caching in my Class,but when i use the class to generate different caches for different Master data lists in my application. But these cache objects are malfunctioning in the application, i.e. First list gets the data of the second list from the cache. public class MemoryCacher : CachingProviderBase,IGlobalCachingProvider { protected MemoryCacher() { } public static MemoryCacher Instance { get { return Nested.instance; } } class Nested { // Explicit static