Uses of Interface
javax.cache.spi.CachingProvider
Packages that use CachingProvider
-
Uses of CachingProvider in javax.cache
Methods in javax.cache that return CachingProviderModifier and TypeMethodDescriptionCacheManager.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 CachingProviderModifier and TypeMethodDescriptionstatic 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.