Uses of Interface
javax.cache.spi.CachingProvider
Packages that use CachingProvider
-
Uses of CachingProvider in javax.cache
Fields in javax.cache with type parameters of type CachingProviderModifier and TypeFieldDescriptionprivate WeakHashMap
<ClassLoader, LinkedHashMap<String, CachingProvider>> Caching.CachingProviderRegistry.cachingProviders
TheCachingProvider
s by Class Name organized by theClassLoader
was used to load them.Methods in javax.cache that return CachingProviderModifier and TypeMethodDescriptionCacheManager.getCachingProvider()
Get theCachingProvider
that created and is responsible for theCacheManager
.Caching.CachingProviderRegistry.getCachingProvider()
Obtains the onlyCachingProvider
defined by theCaching.CachingProviderRegistry.getDefaultClassLoader()
.Caching.CachingProviderRegistry.getCachingProvider
(ClassLoader classLoader) Obtains the onlyCachingProvider
defined by the specifiedClassLoader
.Caching.CachingProviderRegistry.getCachingProvider
(String fullyQualifiedClassName) Obtain theCachingProvider
that is implemented by the specified fully qualified class name using theCaching.CachingProviderRegistry.getDefaultClassLoader()
.Caching.CachingProviderRegistry.getCachingProvider
(String fullyQualifiedClassName, ClassLoader classLoader) Obtain theCachingProvider
that is implemented by the specified fully qualified class name using the providedClassLoader
.static CachingProvider
Caching.getCachingProvider()
Obtains the defaultCachingProvider
available via theCaching.getDefaultClassLoader()
.static CachingProvider
Caching.getCachingProvider
(ClassLoader classLoader) Obtains the singleCachingProvider
visible to the specifiedClassLoader
.static CachingProvider
Caching.getCachingProvider
(String fullyQualifiedClassName) Obtain theCachingProvider
that is implemented by the specified fully qualified class name using theCaching.getDefaultClassLoader()
.static CachingProvider
Caching.getCachingProvider
(String fullyQualifiedClassName, ClassLoader classLoader) Obtain theCachingProvider
that is implemented by the specified fully qualified class name using the providedClassLoader
.protected CachingProvider
Caching.CachingProviderRegistry.loadCachingProvider
(String fullyQualifiedClassName, ClassLoader classLoader) Load and instantiate theCachingProvider
with the specified fully qualified class name using the providedClassLoader
Methods in javax.cache that return types with arguments of type CachingProviderModifier and TypeMethodDescriptionCaching.CachingProviderRegistry.getCachingProviders()
Obtain theCachingProvider
s that are available via theCaching.CachingProviderRegistry.getDefaultClassLoader()
.Caching.CachingProviderRegistry.getCachingProviders
(ClassLoader classLoader) Obtain theCachingProvider
s that are available via the specifiedClassLoader
.static Iterable
<CachingProvider> Caching.getCachingProviders()
Obtains theCachingProvider
s that are available via theCaching.getDefaultClassLoader()
.static Iterable
<CachingProvider> Caching.getCachingProviders
(ClassLoader classLoader) Obtains theCachingProvider
s that are available via the specifiedClassLoader
.