Package | Description |
---|---|
javax.cache | |
org.wso2.carbon.caching.impl |
Modifier and Type | Method and Description |
---|---|
static CacheManager |
Caching.getCacheManager()
Get the default cache manager with the default classloader.
|
CacheManager |
Cache.getCacheManager()
Gets the CacheManager managing this cache.
|
static CacheManager |
Caching.getCacheManager(ClassLoader classLoader)
Get the default cache manager.
|
static CacheManager |
Caching.getCacheManager(ClassLoader classLoader,
String name)
Get a named cache manager.
|
CacheManager |
CacheManagerFactory.getCacheManager(ClassLoader classLoader,
String name)
Get the cache manager for the specified name and class loader.
|
static CacheManager |
Caching.getCacheManager(String name)
Get a named cache manager using the default cache loader as specified by
the implementation.
|
CacheManager |
CacheManagerFactory.getCacheManager(String name)
Get a named cache manager using the default cache loader as specified by
the implementation.
|
Modifier and Type | Method and Description |
---|---|
Map<CacheManager,Exception> |
CachingShutdownException.getFailures()
Return the set of CacheManagers that failed during shutdown and the associated
thrown exceptions.
|
Constructor and Description |
---|
CachingShutdownException(Map<CacheManager,Exception> failures)
Constructs a new CachingShutdownException with the specified list of shutdown
failures.
|
Modifier and Type | Class and Description |
---|---|
class |
CarbonCacheManager
TODO: class description
|
Modifier and Type | Method and Description |
---|---|
CacheManager |
CacheImpl.getCacheManager() |
CacheManager |
CacheManagerFactoryImpl.getCacheManager(ClassLoader classLoader,
String name) |
CacheManager |
CacheManagerFactoryImpl.getCacheManager(String cacheManagerName) |
Constructor and Description |
---|
CacheImpl(String cacheName,
CacheManager cacheManager) |
Copyright © 2015 WSO2 Inc. All rights reserved.