Example #1
0
 public void Set <T>(string key, string dataKey, T value)
 {
     BaseMemoryCache.SetCache(dataKey, value);
 }