Uses of Interface
com.openexchange.mail.cache.SessionMailCacheEntry

Packages that use SessionMailCacheEntry
com.openexchange.mail.cache   
 

Uses of SessionMailCacheEntry in com.openexchange.mail.cache
 

Methods in com.openexchange.mail.cache with parameters of type SessionMailCacheEntry
<V> void
SessionMailCache.get(SessionMailCacheEntry<V> entry)
          Gets the entry acquired through getKey().
<V> void
SessionMailCache.put(SessionMailCacheEntry<V> entry)
          Puts specified entry into cache if getValue() is not null.
<V> void
SessionMailCache.remove(SessionMailCacheEntry<V> entry)
          Removes the entry acquired through getKey() .