Skip to content

Instantly share code, notes, and snippets.

@sitefinitySDK
Created April 2, 2021 14:36
SF_13.0, SF_13.1, SF_13.3, SF_14.0, SF_14.1, SF_14.2, SF_14.3 - Cache invalidation
cacheManager.Add(cacheItemKey, itemToCache, cacheItemPriority, null, new DataItemCacheDependency (typeof(NewsItem), newsItemId), SlidingTime(TimeSpan.FromMinutes(60));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment