Open evanchooly opened 5 years ago
Is your feature request related to a problem? Please describe. Caching of loading entities, particularly references, is not currently configurable in 2.0. Add the knobs necessary to support this similar to 1.x.
see #476
perhaps wrap all fetches in a session and key the cache to the session ID. Would put the minimum driver version at 3.8 which is probably ok.
Is your feature request related to a problem? Please describe. Caching of loading entities, particularly references, is not currently configurable in 2.0. Add the knobs necessary to support this similar to 1.x.
see #476