Hi,
we are using EPiserver DXC for one of our project. We are displaying data from WCF services. Data is of two types
What is the best way to cache data instead of calling services regularly. Session OR Cache ?
Any suggestions ?
Thanks in Advance.
-Avin
Cache and do use ISynchronizedObjectInstanceCache so it will be distributed, read more here:
http://world.episerver.com/documentation/developer-guides/CMS/caching/Object-caching/
Hi,
we are using EPiserver DXC for one of our project. We are displaying data from WCF services. Data is of two types
What is the best way to cache data instead of calling services regularly. Session OR Cache ?
Any suggestions ?
Thanks in Advance.
-Avin