| Package | Description |
|---|---|
| com.openexchange.mail.cache |
| Modifier and Type | Method and Description |
|---|---|
<V> void |
SessionMailCache.get(SessionMailCacheEntry<V> entry)
Gets the entry acquired through
getKey(). |
<V> void |
SessionMailCache.put(SessionMailCacheEntry<V> entry)
|
<V> void |
SessionMailCache.remove(SessionMailCacheEntry<V> entry)
Removes the entry acquired through
getKey() . |