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
Hello everybody!
I asked a question in stackoverflow website about implementing a cache for a dynamic list.
http://stackoverflow.com/q/39250784/1817640
I do not understand exactly his answer.Please help me.
Hi Jahan,
Did you try to use CachedPartial?
IHtmlString CachedPartial( string partialViewName, object model, int cachedSeconds, bool cacheByPage = false, bool cacheByMember = false, ViewDataDictionary viewData = null)
https://our.umbraco.org/documentation/reference/templating/mvc/partial-views
You can put to cache all your partial.
Thanks,
Alex
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Implement a cache for a dynamic list
Hello everybody!
I asked a question in stackoverflow website about implementing a cache for a dynamic list.
http://stackoverflow.com/q/39250784/1817640
I do not understand exactly his answer.Please help me.
Hi Jahan,
Did you try to use CachedPartial?
https://our.umbraco.org/documentation/reference/templating/mvc/partial-views
You can put to cache all your partial.
Thanks,
Alex
is working on a reply...