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 longgetExpires()VgetValue()inthit()Kkey()voidsetValue(V value)
-