public interface Cache<KeyType,ValueType>
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(KeyType key) |
ValueType |
get(KeyType key) |
long |
getMaxSize() |
String |
getName() |
long |
getSize() |
void |
put(KeyType key,
ValueType value) |
Copyright © 2005–2016 dozer. All rights reserved.