Uses of Interface
org.omnaest.utils.cache.Cache

Packages that use Cache
org.omnaest.utils.cache   
 

Uses of Cache in org.omnaest.utils.cache
 

Classes in org.omnaest.utils.cache that implement Cache
 class ConcurrentWeakReferenceCache<K,V>
          A ConcurrentWeakReferenceCache holds a given number of separated SynchronizedWeakReferenceCache instances, called segments.
 class MapToCacheAdapter<K,V>
          Adapter from Map to Cache

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

Methods in org.omnaest.utils.cache that return Cache
static
<K,V> Cache<K,V>
CacheUtils.adapter(Map<? extends K,? extends V> map)
          Returns an adapter from Map which acts as a Cache
 



Copyright © 2013. All Rights Reserved.