Package com.ibm.wsspi.cache
Interface CacheProviderLoader
- 
 public interface CacheProviderLoaderThis interface is used by the WebSphere Admin Console to look up all the cache providers and expose them on the Dynamic Cache Service panel, Cache Provider drop down menu.- Since:
- WAS7.0.0
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CacheProvidergetCacheProvider(java.lang.String name)Returns an individual CacheProvider successfully loaded by Dynacache runtimejava.util.Map<java.lang.String,CacheProvider>getCacheProviders()Returns a map of cache provider names toCacheProviderThis map is used by the admin console to flush out the cache provider drop down menu.
 
- 
- 
- 
Method Detail- 
getCacheProviderCacheProvider getCacheProvider(java.lang.String name) Returns an individual CacheProvider successfully loaded by Dynacache runtime
 - 
getCacheProvidersjava.util.Map<java.lang.String,CacheProvider> getCacheProviders() Returns a map of cache provider names toCacheProviderThis map is used by the admin console to flush out the cache provider drop down menu.
 
- 
 
-