T - the type of the value held by the cachepublic interface ValueCache<T> extends ReadFunction<T>, WriteFunction<T>
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getType()
The type of objects that this cache can contain.
|
readValuewriteValueCopyright © 2015. All rights reserved.