Uses of Interface
com.ibm.wsspi.cache.CacheProvider
-
Packages that use CacheProvider Package Description com.ibm.wsspi.cache -
-
Uses of CacheProvider in com.ibm.wsspi.cache
Methods in com.ibm.wsspi.cache that return CacheProvider Modifier and Type Method Description CacheProviderCacheProviderLoader. getCacheProvider(java.lang.String name)Returns an individual CacheProvider successfully loaded by Dynacache runtimeMethods in com.ibm.wsspi.cache that return types with arguments of type CacheProvider Modifier and Type Method Description java.util.Map<java.lang.String,CacheProvider>CacheProviderLoader. 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.
-