Uses of Interface
org.dasein.util.CacheLoader

Packages that use CacheLoader
org.dasein.util   
 

Uses of CacheLoader in org.dasein.util
 

Classes in org.dasein.util that implement CacheLoader
 class MapLoader<T>
           Loads objects of a specific class automatically from a Map.
 

Methods in org.dasein.util with parameters of type CacheLoader
 T ConcurrentMultiCache.find(Object val, CacheLoader<T> loader)
          Calls ConcurrentMultiCache.find(String,Object,CacheLoader) using the only unique identifier attribute as passed to this cache's constructor.
 T ConcurrentMultiCache.find(String key, Object val, CacheLoader<T> loader)
          Seeks the item from the cache that is identified by the specified key having the specified value.
 T ConcurrentMultiCache.find(String key, Object val, CacheLoader<T> loader, Object... args)
          Seeks the item from the cache that is identified by the specified key having the specified value.
 V ConcurrentCache.getOrLoad(K key, CacheLoader<V> loader)
          Retrieves the value for the specified key.
 



Copyright © 2012 enStratus Networks Inc. All Rights Reserved.