public abstract class AbstractRequestCacheTest extends AbstractLocalCacheOperationsTest
RequestCache.thrown| Constructor and Description |
|---|
AbstractRequestCacheTest() |
| Modifier and Type | Method and Description |
|---|---|
protected <K,V> RequestCache<K,V> |
createCache(String name) |
protected abstract <K,V> RequestCache<K,V> |
createCache(String name,
Duration lockTimeout) |
void |
handle_recursion_supplier() |
void |
testGetName() |
deal_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, testReplaceIfOkayprotected abstract <K,V> RequestCache<K,V> createCache(String name, Duration lockTimeout)
createCache in class AbstractLocalCacheOperationsTestprotected <K,V> RequestCache<K,V> createCache(String name)
createCache in class AbstractLocalCacheOperationsTestpublic void handle_recursion_supplier()
Copyright © 2019 Atlassian. All rights reserved.