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
Fields in javax.cache with type parameters of type CachingProvider Modifier and Type Field Description private java.util.WeakHashMap<java.lang.ClassLoader,java.util.LinkedHashMap<java.lang.String,CachingProvider>>Caching.CachingProviderRegistry. cachingProvidersTheCachingProviders by Class Name organized by theClassLoaderwas used to load them.Methods in javax.cache that return CachingProvider Modifier and Type Method Description CachingProviderCacheManager. getCachingProvider()Get theCachingProviderthat created and is responsible for theCacheManager.CachingProviderCaching.CachingProviderRegistry. getCachingProvider()Obtains the onlyCachingProviderdefined by theCaching.CachingProviderRegistry.getDefaultClassLoader().CachingProviderCaching.CachingProviderRegistry. getCachingProvider(java.lang.ClassLoader classLoader)Obtains the onlyCachingProviderdefined by the specifiedClassLoader.CachingProviderCaching.CachingProviderRegistry. getCachingProvider(java.lang.String fullyQualifiedClassName)Obtain theCachingProviderthat is implemented by the specified fully qualified class name using theCaching.CachingProviderRegistry.getDefaultClassLoader().CachingProviderCaching.CachingProviderRegistry. getCachingProvider(java.lang.String fullyQualifiedClassName, java.lang.ClassLoader classLoader)Obtain theCachingProviderthat is implemented by the specified fully qualified class name using the providedClassLoader.static CachingProviderCaching. getCachingProvider()Obtains the defaultCachingProvideravailable via theCaching.getDefaultClassLoader().static CachingProviderCaching. getCachingProvider(java.lang.ClassLoader classLoader)Obtains the singleCachingProvidervisible to the specifiedClassLoader.static CachingProviderCaching. getCachingProvider(java.lang.String fullyQualifiedClassName)Obtain theCachingProviderthat is implemented by the specified fully qualified class name using theCaching.getDefaultClassLoader().static CachingProviderCaching. getCachingProvider(java.lang.String fullyQualifiedClassName, java.lang.ClassLoader classLoader)Obtain theCachingProviderthat is implemented by the specified fully qualified class name using the providedClassLoader.protected CachingProviderCaching.CachingProviderRegistry. loadCachingProvider(java.lang.String fullyQualifiedClassName, java.lang.ClassLoader classLoader)Load and instantiate theCachingProviderwith the specified fully qualified class name using the providedClassLoaderMethods in javax.cache that return types with arguments of type CachingProvider Modifier and Type Method Description java.lang.Iterable<CachingProvider>Caching.CachingProviderRegistry. getCachingProviders()Obtain theCachingProviders that are available via theCaching.CachingProviderRegistry.getDefaultClassLoader().java.lang.Iterable<CachingProvider>Caching.CachingProviderRegistry. getCachingProviders(java.lang.ClassLoader classLoader)Obtain theCachingProviders that are available via the specifiedClassLoader.static java.lang.Iterable<CachingProvider>Caching. getCachingProviders()Obtains theCachingProviders that are available via theCaching.getDefaultClassLoader().static java.lang.Iterable<CachingProvider>Caching. getCachingProviders(java.lang.ClassLoader classLoader)Obtains theCachingProviders that are available via the specifiedClassLoader.
-