Class LRUCache.CacheEntry<K,V>
- java.lang.Object
-
- io.undertow.server.handlers.cache.LRUCache.CacheEntry<K,V>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getExpires()
V
getValue()
int
hit()
K
key()
void
setValue(V value)
-