Cache many objects for specified keys.
map from cache key to object to cache for key
Load many keys from the cache. Return info in a format that is useful for read-through caching and negative caching.
cache keys to load
Create a cache key for a field and value of a object being cached or invalidated.
Negatively-cache specified keys. Subsequent loads for these keys (without calling invalidate) may return a negative CacheLoadResult