I was wondering if there is any way to turn on caching with data entities? I have requests from some of my clients trying to build external applications using odata but I need to make sure odata call from external application is not going to be bottle neck. I know how I can implement custom action on data entities and implement caching by myself but was wondering if that's available by default.
↧