See: Description
| Interface | Description |
|---|---|
| RIInternalConverter<T> |
Converts values of a specified type to and from an internal representation.
|
| Class | Description |
|---|---|
| LockManager<K> |
A mechanism to manage locks for a collection of objects.
|
| RICache<K,V> |
The reference implementation for JSR107.
|
| RICachedValue |
Represents the internal Cache Entry Value with in an
RICache. |
| RICacheManager |
The reference implementation of the
CacheManager. |
| RIEntry<K,V> |
A cache entry implementation.
|
| RIReferenceInternalConverter<T> |
An
RIInternalConverter that simply returns a reference to the
provided value. |
This is meant to act as a proof of concept for the API. It is not threadsafe or high performance. It therefore is not suitable for use in production. Please use a production implementation of the API.
Copyright © 2019. All rights reserved.