public abstract class TimedLocalCacheOperationsTest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CACHE_NAME |
protected MetricsRecorder |
metricsRecorder |
| Constructor and Description |
|---|
TimedLocalCacheOperationsTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
get_hit() |
void |
get_miss() |
protected abstract CacheType |
getCacheType() |
protected abstract LocalCacheOperations<String,String> |
getDelegateOps() |
void |
getSupplier_hit() |
void |
getSupplier_miss() |
protected abstract com.atlassian.vcache.internal.core.metrics.TimedLocalCacheOperations<String,String> |
getTimed() |
void |
put() |
void |
putIfAbsent() |
void |
remove() |
void |
removeAll() |
void |
removeIf() |
void |
replaceIf() |
protected static final String CACHE_NAME
@Mock protected MetricsRecorder metricsRecorder
protected abstract CacheType getCacheType()
protected abstract LocalCacheOperations<String,String> getDelegateOps()
protected abstract com.atlassian.vcache.internal.core.metrics.TimedLocalCacheOperations<String,String> getTimed()
Copyright © 2016 Atlassian. All rights reserved.