protected override void SetCache <TM>(string cacheType, string cacheKey, TM cacheModel, Type rtnType = null) { _dictCache.SetCache(GetCacheKey(cacheType, cacheKey), cacheModel); }
public static void SetCache(string key, object obj, TimeSpan expire_offset) { cache.SetCache(key, obj, expire_offset); }