Hey, when I’m using the EWL data layer manually in an MVC application, how do I turn on database caching?
DataAccessState.Current.ExecuteWithCache( () => {
// your code goes here
} );
1 Like
Alright that’s shockingly simple.
1 Like