T
- public interface Cache<K,V>
extends org.eclipse.jetty.util.component.LifeCycle, org.eclipse.jetty.util.component.LifeCycle.Listener
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.util.Map.Entry<K,V>> |
entrySet() |
V |
get(K key) |
void |
setName(java.lang.String name)
Cache has a name info
|
void |
stop() |