how I can enable caching for a EntityDataSource object.
is there anything like EnableCaching property of the SqlDataSource to entities?
this cache is already enabled by default?
how I can enable caching for a EntityDataSource object. is there anything like EnableCaching
Share
According to this article:
So it used cache automatically.