Negatively cache objects that could not be found in the cache or DB.
load key to cache misses for
load values for objects reported as CacheStatus.NEGATIVE in the cache and not found in the DB.
Cache many objects fetched from the DB.
load key to cache
map from load value to object to cache for the key
Invalidate the cache for objects cached by (key, value).
load key to invalidate
load values to be invalidated for the key
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
A cache adapter is an interface by which objects can be cached, fetched from cache, and removed from cache (invalidated).