Ejemplo n.º 1
0
 public static void ScheduleInvalidation(string transactionType, string key)
 {
     CacheInvalidation.Insert(
         transactionType: transactionType, cacheKey: key,
         cacheTimeStamp: DateTime.UtcNow, isCommonCacheInvalidated: false);
 }