Exemple #1
0
 public void Set <T>(CacheOptions op, T result)
 {
     cache.Set(op.CacheKey, result, op.ToMemoryCacheEntryOptions());
 }