| Package | Description |
|---|---|
| javax.cache | |
| javax.cache.event | |
| org.wso2.carbon.caching.impl |
| Modifier and Type | Method and Description |
|---|---|
Cache<K,V> |
CacheBuilder.build()
Create an instance of the named
Cache. |
<K,V> Cache<K,V> |
CacheManager.getCache(String cacheName)
Looks up a named cache.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Cache<?,?>> |
CacheManager.getCaches()
Returns an Iterable over the caches managed by this CacheManager.
|
| Modifier and Type | Method and Description |
|---|---|
Cache |
CacheEntryEvent.getSource() |
| Constructor and Description |
|---|
CacheEntryEvent(Cache source)
Constructs a cache entry event from a given cache as source
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheImpl<K,V>
TODO: class description
TODO: Cache statistics
|
| Modifier and Type | Method and Description |
|---|---|
Cache<K,V> |
CacheBuilderImpl.build() |
<K,V> Cache<K,V> |
CarbonCacheManager.getCache(String cacheName) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Cache<?,?>> |
CarbonCacheManager.getCaches() |
| Constructor and Description |
|---|
CacheEntryEventImpl(Cache source)
Constructs a cache entry event from a given cache as source
|
CacheMXBeanImpl(Cache cache,
String ownerTenantDomain,
int ownerTenantId)
Constructor
|
Copyright © 2018 WSO2 Inc. All rights reserved.