Package | Description |
---|---|
javax.cache |
This package contains the API for JCache.
|
javax.cache.event |
This package contains event listener interfaces.
|
javax.cache.integration |
This package contains interfaces for integration.
|
javax.cache.processor |
This package contains the API for Entry Processors.
|
Modifier and Type | Method | Description |
---|---|---|
Iterator<Cache.Entry<K,V>> |
Cache.iterator() |
Modifier and Type | Class | Description |
---|---|---|
class |
CacheEntryEvent<K,V> |
A Cache entry event base class.
|
Modifier and Type | Method | Description |
---|---|---|
void |
CacheWriter.write(Cache.Entry<? extends K,? extends V> entry) |
Write the specified value under the specified key to the external resource.
|
Modifier and Type | Method | Description |
---|---|---|
void |
CacheWriter.writeAll(Collection<Cache.Entry<? extends K,? extends V>> entries) |
Write the specified entries to the external resource.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
MutableEntry<K,V> |
A mutable representation of a
Cache.Entry . |
Copyright © 2017. All rights reserved.