LinqConnect 3.2.82.0, CompiledQueryCache, and ASP.NET
Posted: Wed 11 Feb 2015 22:44
Using dotConnect 6.80.350, and LinqConnect 3.2.82.0, I notice that, on each new instance of my DataContext, the compiled query cache has been cleared and all queries need to be re-compiled anyway.
This is an ASP.NET application. Each new HTTP request creates a new DataContext and stores it in the HTTP request's items cache. There is only one kind of DataContext.
Under what conditions does the CompiledQueryCache get cleared?
This is an ASP.NET application. Each new HTTP request creates a new DataContext and stores it in the HTTP request's items cache. There is only one kind of DataContext.
Under what conditions does the CompiledQueryCache get cleared?