public interface AsyncCache<K extends Serializable,V>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AsyncCache.AsyncCacheLoader<K,V> |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<V> |
get(K key) |
void |
invalidate(K key) |
Copyright © 2011–2019 Glowroot contributors. All rights reserved.