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