You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// For Use with the Our Cache TagHelper - to store a last cache updated datetime to use in the varyby key for the Cache TagHelper, to naively break the cache on publish
9
+
// For Use with the Our Cache TagHelper - to store a last cache updated datetime to use
10
+
// in the varyby key for the Cache TagHelper, to naively break the cache on publish.
11
+
// Used for ContentCacheRefresher (Load balanced scernarios not just Published event)
// if an expiry date isn't set when using the CacheTagHelper, let's add one to be 24hrs, so when mulitple publishes occur, the versions of this taghelper don't hang around forever
0 commit comments