public interface Cache<K extends Serializable,V>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Cache.CacheLoader<K,V> |
| Modifier and Type | Method and Description |
|---|---|
V |
get(K key) |
void |
invalidate(K key) |
Copyright © 2011–2019 Glowroot contributors. All rights reserved.