com.ibm.wsspi.cache
Interface CacheProviderLoader
- public interface CacheProviderLoader
Since:
WAS7.0.0
Method Summary
Modifier and Type | Method and Description |
---|---|
getCacheProvider(java.lang.String name)
Returns an individual CacheProvider successfully
loaded by Dynacache runtime
|
|
|
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
getCacheProvider
- CacheProvider getCacheProvider( java.lang.String name)
Returns an individual CacheProvider successfully
loaded by Dynacache runtime
getCacheProviders
- 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.