A standard IEntityCacheAdapter that coordinates caching through an IEntityGenericCacher.
Negatively cache objects that could not be found in the cache or DB.
object field being queried
fieldValues for objects reported as CacheStatus.NEGATIVE in the cache and not found in the DB.
Cache many objects fetched from the DB.
map from field value to object to cache
Invalidate the cache for objects cached by (fieldName, fieldValue).
fieldName field values to be invalidated
Load many objects from cache.
fieldName field values being queried
map from all field values to a CacheLoadResult for each input value
A standard IEntityCacheAdapter that coordinates caching through an IEntityGenericCacher.