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.
|
readValue
writeValue
Copyright © 2010–2015. All rights reserved.