| Package | Description |
|---|---|
| javax.cache |
This package contains the API for JCache.
|
| Modifier and Type | Method and Description |
|---|---|
static CachingProvider |
Caching.getCachingProvider()
Obtains the single
CachingProvider visible to the default
ClassLoader, which is Thread.getContextClassLoader(). |
CachingProvider |
Caching.CachingProviderRegistry.getCachingProvider()
Obtains the only
CachingProvider defined by the
Caching.CachingProviderRegistry.getDefaultClassLoader(). |
CachingProvider |
CacheManager.getCachingProvider()
Get the
CachingProvider that created and is responsible for
the CacheManager. |
static CachingProvider |
Caching.getCachingProvider(ClassLoader classLoader)
Obtains the single
CachingProvider visible to the specified
ClassLoader. |
CachingProvider |
Caching.CachingProviderRegistry.getCachingProvider(ClassLoader classLoader)
Obtains the only
CachingProvider defined by the specified
ClassLoader. |
static CachingProvider |
Caching.getCachingProvider(String fullyQualifiedClassName)
Obtain the
CachingProvider that is implemented by the specified
fully qualified class name using the Caching.getDefaultClassLoader(). |
CachingProvider |
Caching.CachingProviderRegistry.getCachingProvider(String fullyQualifiedClassName)
Obtain the
CachingProvider that is implemented by the specified
fully qualified class name using the Caching.CachingProviderRegistry.getDefaultClassLoader(). |
static CachingProvider |
Caching.getCachingProvider(String fullyQualifiedClassName,
ClassLoader classLoader)
Obtain the
CachingProvider that is implemented by the specified
fully qualified class name using the provided ClassLoader. |
CachingProvider |
Caching.CachingProviderRegistry.getCachingProvider(String fullyQualifiedClassName,
ClassLoader classLoader)
Obtain the
CachingProvider that is implemented by the specified
fully qualified class name using the provided ClassLoader. |
protected CachingProvider |
Caching.CachingProviderRegistry.loadCachingProvider(String fullyQualifiedClassName,
ClassLoader classLoader)
Load and instantiate the
CachingProvider with the specified
fully qualified class name using the provided ClassLoader |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<CachingProvider> |
Caching.getCachingProviders()
Obtains the
CachingProviders that are available via the
Caching.getDefaultClassLoader(). |
Iterable<CachingProvider> |
Caching.CachingProviderRegistry.getCachingProviders()
Obtain the
CachingProviders that are available via the
Caching.CachingProviderRegistry.getDefaultClassLoader(). |
static Iterable<CachingProvider> |
Caching.getCachingProviders(ClassLoader classLoader)
Obtains the
CachingProviders that are available via the specified
ClassLoader. |
Iterable<CachingProvider> |
Caching.CachingProviderRegistry.getCachingProviders(ClassLoader classLoader)
Obtain the
CachingProviders that are available via the specified
ClassLoader. |
Copyright © 2013. All Rights Reserved.