static CacheUtil() { commConfig = new CacheCommonConfig { ProxyType = CacheProxyType.WebCache, Duration = 20, Tempaltes = Enumerable.Empty <CacheTemplate>() }; cacheKeyCreator = new DefaultCacheKeyCreator(); }
public static void ApplyConfig(CacheCommonConfig config) { commConfig = config; }