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
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.
Thank you for your input Zachary Perry .
Does Kentico offer any cache options for Share point caching ?
Please, sign in to be able to submit a new answer.