public class TransientStateHolder<K,V>
extends java.lang.Object
implements org.ehcache.spi.persistence.StateHolder<K,V>, java.io.Serializable
| Constructor and Description |
|---|
TransientStateHolder() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.util.Map.Entry<K,V>> |
entrySet() |
boolean |
equals(java.lang.Object o) |
V |
get(K key) |
int |
hashCode() |
V |
putIfAbsent(K key,
V value) |