Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Bruce Tan 3 posts 73 karma points
    May 29, 2018 @ 02:36
    Bruce Tan
    0

    Are the cache in CacheHelper invalidated after publishing?

    I trying to do something like

    ApplicationContext.Current.ApplicationCache.RuntimeCache.
            GetCacheItem(key)
    
    ApplicationContext.Current.ApplicationCache.RuntimeCache.InsertCacheItem(
                key,
                () => children,
                timeout: new TimeSpan(24, 0, 0))
    

    However, the cache does not seem to be updated after clicking the publish button.

  • Alex Skrypnyk 5908 posts 22603 karma points MVP 4x admin c-trib
    Aug 01, 2018 @ 08:32
    Alex Skrypnyk
    0

    Hi Bruce

    Did you solve this issue? Why did you decide that cache is connected to publish?

    Alex

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies