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) |
void |
getBulk_fail_and_get_succeed() |
void |
getBulk_pass_and_get_reuse() |
void |
initContext() |
void |
repeated_concurrency() |
void |
tearDown() |
detect_illegal_recursion_factory, detect_illegal_recursion_supplier, testGetNamegetBulkFactory, handle_legal_recursion_factory, handle_legal_recursion_supplier, init, testGet, testInvalidName, testPut, testPutIfAbsent, testRemoveAll, testRemoveIfMismatch, testRemoveIfMissing, testRemoveIfOkay, testRemoveMissing, testRemoveOkay, testReplaceIfMismatch, testReplaceIfMissing, testReplaceIfOkaypublic void initContext()
public void tearDown()
protected <K,V> RequestCache<K,V> createCache(String name)
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 © 2016 Atlassian. All rights reserved.