|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SessionMailCacheEntry<V>
SessionMailCacheEntry - A cache entry suitable for any object.
| Method Summary | |
|---|---|
java.lang.Class<V> |
getEntryClass()
Gets the entry's class. |
com.openexchange.caching.CacheKey |
getKey()
Gets the key. |
V |
getValue()
Gets the value. |
void |
setValue(V value)
Sets the value. |
| Method Detail |
|---|
com.openexchange.caching.CacheKey getKey()
V getValue()
void setValue(V value)
value - The value to set.java.lang.Class<V> getEntryClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||