Package | Description |
---|---|
javax.cache |
This package contains the API for JCache.
|
Modifier and Type | Method | Description |
---|---|---|
CachingProvider |
CacheManager.getCachingProvider() |
Get the
CachingProvider that created and is responsible for
the CacheManager . |
static CachingProvider |
Caching.getCachingProvider() |
Obtains the default
CachingProvider available via the
Caching.getDefaultClassLoader() . |
static CachingProvider |
Caching.getCachingProvider(ClassLoader classLoader) |
Obtains the single
CachingProvider visible to 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() . |
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 . |
Modifier and Type | Method | Description |
---|---|---|
static Iterable<CachingProvider> |
Caching.getCachingProviders() |
Obtains the
CachingProvider s that are available via the
Caching.getDefaultClassLoader() . |
static Iterable<CachingProvider> |
Caching.getCachingProviders(ClassLoader classLoader) |
Obtains the
CachingProvider s that are available via the specified
ClassLoader . |
Copyright © 2017. All rights reserved.