You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to find objects in ncache libraries to establish caching for Entity Framework queries (so called 2nd level caching). The documentation mention of query to be defined in configurations files for entity framework caching but I will need to do this in code rather than static config files. secondly, some of my queries are built dynamically for example - search screens to build queries based on parameters supplied by the user but I just can not find any code sample to apply caching on such scenarios also.
any help wil be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Hi,
I am unable to find objects in ncache libraries to establish caching for Entity Framework queries (so called 2nd level caching). The documentation mention of query to be defined in configurations files for entity framework caching but I will need to do this in code rather than static config files. secondly, some of my queries are built dynamically for example - search screens to build queries based on parameters supplied by the user but I just can not find any code sample to apply caching on such scenarios also.
any help wil be greatly appreciated.
The text was updated successfully, but these errors were encountered: