public abstract class AbstractJvmCacheTest extends AbstractLocalCacheOperationsTest
JvmCache.thrown| Constructor and Description |
|---|
AbstractJvmCacheTest() |
| Modifier and Type | Method and Description |
|---|---|
protected <K,V> JvmCache<K,V> |
createCache(String name) |
protected <K,V> JvmCache<K,V> |
createCache(String name,
Duration lockTimeout) |
protected abstract <K,V> JvmCache<K,V> |
createCache(String name,
JvmCacheSettings settings,
Duration lockTimeout) |
void |
get_remove_concurrently() |
void |
testGetName() |
void |
testKeys() |
void |
testSize() |
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> JvmCache<K,V> createCache(String name, JvmCacheSettings settings, Duration lockTimeout)
protected final <K,V> JvmCache<K,V> createCache(String name, Duration lockTimeout)
createCache in class AbstractLocalCacheOperationsTestprotected final <K,V> JvmCache<K,V> createCache(String name)
createCache in class AbstractLocalCacheOperationsTestpublic void testKeys()
public void testSize()
public void get_remove_concurrently()
Copyright © 2016 Atlassian. All rights reserved.