Package org.omnaest.utils.cache

Interface Summary
Cache<K,V> A Cache is a container which allows to hold key value pairs.
 

Class Summary
CacheUtils Helper which is related to Cache implementations
ConcurrentWeakReferenceCache<K,V> A ConcurrentWeakReferenceCache holds a given number of separated SynchronizedWeakReferenceCache instances, called segments.
MapToCacheAdapter<K,V> Adapter from Map to Cache

Note: MapToCacheAdapter.entrySet(), MapToCacheAdapter.values() and MapToCacheAdapter.keySet() will return an unmodifiable instance
SynchronizedWeakReferenceCache<K,V> Cache implementation using a synchronized WeakHashMap.
 



Copyright © 2013. All Rights Reserved.