Package | Description |
---|---|
javax.cache | |
org.wso2.carbon.caching.impl |
Modifier and Type | Interface and Description |
---|---|
static interface |
Cache.MutableEntry<K,V>
An accessor and mutator to the underlying Cache
|
Modifier and Type | Method and Description |
---|---|
Cache.Entry<K,V> |
CacheLoader.load(K key)
Loads an object.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Cache.Entry<K,V>> |
Cache.iterator()
The ordering of the entries is undefined
|
Modifier and Type | Method and Description |
---|---|
void |
CacheWriter.write(Cache.Entry<K,V> entry)
Write the specified value under the specified key to the underlying store.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheWriter.writeAll(Collection<Cache.Entry<? extends K,? extends V>> entries)
Write the specified entries to the underlying store.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheEntry<K,V>
TODO: class description
|
Modifier and Type | Method and Description |
---|---|
Iterator<Cache.Entry<K,V>> |
CacheImpl.iterator() |
Copyright © 2015 WSO2 Inc. All rights reserved.