Uses of Interface
javax.cache.spi.CachingProvider
-
Packages that use CachingProvider Package Description javax.cache This package contains the API for JCache. -
-
Uses of CachingProvider in javax.cache
Methods in javax.cache that return CachingProvider Modifier and Type Method Description CachingProviderCacheManager. getCachingProvider()Get theCachingProviderthat created and is responsible for theCacheManager.static CachingProviderCaching. getCachingProvider()Obtains the defaultCachingProvideravailable via theCaching.getDefaultClassLoader().static CachingProviderCaching. getCachingProvider(ClassLoader classLoader)Obtains the singleCachingProvidervisible to the specifiedClassLoader.static CachingProviderCaching. getCachingProvider(String fullyQualifiedClassName)Obtain theCachingProviderthat is implemented by the specified fully qualified class name using theCaching.getDefaultClassLoader().static CachingProviderCaching. getCachingProvider(String fullyQualifiedClassName, ClassLoader classLoader)Obtain theCachingProviderthat is implemented by the specified fully qualified class name using the providedClassLoader.Methods in javax.cache that return types with arguments of type CachingProvider Modifier and Type Method Description static Iterable<CachingProvider>Caching. getCachingProviders()Obtains theCachingProviders that are available via theCaching.getDefaultClassLoader().static Iterable<CachingProvider>Caching. getCachingProviders(ClassLoader classLoader)Obtains theCachingProviders that are available via the specifiedClassLoader.
-