November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Not clear what new string[] { "otherKey" } is here, is that the parameter cacheKeys? If that's the case, that key must already exist in the cache, otherwise just leave it empty (null).
I'm not completely sure here, but I'm pretty sure the Find cache is using IContentCacheKeyCreator.VersionKey, which is the same key output cache is using. In any case, it should be safe to use since that key is invalidated everytime content or lists are changed.
Hi,
If I do something like this:
What should "MasterKey" be if I want invalidation to occur when StaticallyCacheFor is invalidated.
Regards Niklas