Package com.ibm.wsspi.cache
Interface CacheProviderLoader
public interface CacheProviderLoader
This 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 Summary
Modifier and TypeMethodDescriptiongetCacheProvider
(String name) Returns an individual CacheProvider successfully loaded by Dynacache runtimeReturns a map of cache provider names toCacheProvider
This map is used by the admin console to flush out the cache provider drop down menu.
-
Method Details
-
getCacheProvider
Returns an individual CacheProvider successfully loaded by Dynacache runtime -
getCacheProviders
Map<String,CacheProvider> getCacheProviders()Returns a map of cache provider names toCacheProvider
This map is used by the admin console to flush out the cache provider drop down menu.
-