Cache and Sharepoint

Novice User asked on November 20, 2017 22:41

I am using CSOM(client side object model) to display/Search share point list in Kentico 8.2.

Its too slow when it performs search or some time even when retrieve lists , as its a Share point Taxonomy list with parent child relationship. My question is that, Is there an option in Kentico available to cache share point results so the frequents trips to the server can be prevented.

Thanks

Correct Answer

Zach Perry answered on November 21, 2017 18:54

You can use the cachehelper class: Documentation

You just won't really be able to clear the cache if something changes on the SharePoint side. Could also just use the normal asp.net caching.

0 votesVote for this answer Unmark Correct answer

Recent Answers


Novice User answered on November 21, 2017 20:55 (last edited on December 14, 2017 22:45)

Thank you for your input Zachary Perry .

Does Kentico offer any cache options for Share point caching ?

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.