public class DefaultRequestCacheTest extends AbstractRequestCacheTest
thrown| Constructor and Description |
|---|
DefaultRequestCacheTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
both_getBulk_and_get_fail() |
protected <K,V> RequestCache<K,V> |
createCache(String name,
Duration lockTimeout) |
void |
getBulk_fail_and_get_succeed() |
void |
getBulk_pass_and_get_reuse() |
void |
initContext() |
void |
repeated_concurrency() |
createCache, handle_recursion_supplier, testGetNamedeal_with_deadlock_scenario, getBulkFactory, handle_legal_recursion_factory, handle_legal_recursion_supplier, init, testGet, testInvalidName, testPut, testPutIfAbsent, testRemoveAll, testRemoveIfMismatch, testRemoveIfMissing, testRemoveIfOkay, testRemoveMissing, testRemoveOkay, testReplaceIfMismatch, testReplaceIfMissing, testReplaceIfOkaypublic void initContext()
protected <K,V> RequestCache<K,V> createCache(String name, Duration lockTimeout)
createCache in class AbstractRequestCacheTestpublic void repeated_concurrency()
public void both_getBulk_and_get_fail()
public void getBulk_fail_and_get_succeed()
public void getBulk_pass_and_get_reuse()
Copyright © 2019 Atlassian. All rights reserved.