public interface CacheProviderLoader
Modifier and Type | Method and Description |
---|---|
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. |
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.