public static interface MetricIdCache.Cache<T>
| Modifier and Type | Method and Description |
|---|---|
MetricId |
get(MetricId metricId,
T key) |
void |
invalidate(T key) |
void |
invalidateAll() |
MetricId get(MetricId metricId, T key) throws ExecutionException
ExecutionExceptionvoid invalidate(T key)
void invalidateAll()
Copyright © 2017. All rights reserved.