public interface Level1Cache extends Map<Object,ObjectProvider>
Modifier and Type | Method and Description |
---|---|
ObjectProvider |
getUnique(CacheUniqueKey key)
Method to retrieve the ObjectProvider for the specified unique key.
|
Object |
putUnique(CacheUniqueKey key,
ObjectProvider op)
Method to store an ObjectProvider for this unique key.
|
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
ObjectProvider getUnique(CacheUniqueKey key)
key
- Unique keyObject putUnique(CacheUniqueKey key, ObjectProvider op)
key
- The unique keyop
- The ObjectProviderCopyright © 2019. All rights reserved.