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 6133 posts 23952 karma points MVP 7x 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

Please Sign in or register to post replies

Write your reply to:

Draft