|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
---|---|
CacheProvider |
getCacheProvider(java.lang.String name)
Returns an individual CacheProvider successfully loaded by Dynacache runtime |
java.util.Map<java.lang.String,CacheProvider> |
getCacheProviders()
Returns a map of cache provider names to CacheProvider
This map is used by the admin console to flush out the
cache provider drop down menu. |
Method Detail |
---|
CacheProvider getCacheProvider(java.lang.String name)
java.util.Map<java.lang.String,CacheProvider> getCacheProviders()
CacheProvider
This map is used by the admin console to flush out the
cache provider drop down menu.
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |