Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1M1
-
None
Description
Currently DataContext/BaseContext are trying to guess their QueryCache from the parent or instantiate the default. We should start using the injection for that. This will result in a pretty serious refactoring namely in QueryCacheFactory interface going away, replaced with a corresponding Provider<QueryCache>.