Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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.
Hi Bruce
Did you solve this issue? Why did you decide that cache is connected to publish?
Alex
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Are the cache in CacheHelper invalidated after publishing?
I trying to do something like
However, the cache does not seem to be updated after clicking the publish button.
Hi Bruce
Did you solve this issue? Why did you decide that cache is connected to publish?
Alex
is working on a reply...