Negatively cache objects that could not be found in the cache or DB.
Cache many objects fetched from the DB.
Invalidate the cache for objects cached by (key, value).
Load many objects from cache.
load key to load
load values to load for the key
map from all load values to a CacheLoadResult for that value
Negatively cache objects that could not be found in the cache or DB.