| Package | Description |
|---|---|
| org.jsr107.ri |
This package contains the reference implementation for JSR107.
|
| org.jsr107.ri.processor |
This package contains entry processor related implementation classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RIReferenceInternalConverter<T>
An
RIInternalConverter that simply returns a reference to the
provided value. |
| Constructor and Description |
|---|
EntryProcessorEntry(RIInternalConverter<V> converter,
K key,
RICachedValue cachedValue,
long now,
RICacheEventDispatcher<K,V> dispatcher,
javax.cache.integration.CacheLoader<K,V> cacheLoader)
Construct a
MutableEntry |
Copyright © 2019. All rights reserved.