Package com.sodius.oslc.core.cache
Facilities for handling Caches.
- Since:
- 3.7.0
-
Interface Summary Interface Description Cache<K,V> A semi-persistent mapping from keys to values. -
Class Summary Class Description AbstractCache<K,V> A skeletal implementation ofCache
.CacheBuilder<K,V> A builder ofCache
instances.