public class HazelcastAsyncHybridCacheLazyTest extends AbstractCacheLazyTest
AbstractCacheTest.CacheType| Modifier and Type | Field and Description |
|---|---|
static InitOnceHazelcastCluster |
cluster |
REMOVE_0, REMOVE_ALLfactory| Constructor and Description |
|---|
HazelcastAsyncHybridCacheLazyTest() |
| Modifier and Type | Method and Description |
|---|---|
protected CacheSettingsBuilder |
settingsBuilder() |
void |
setUp() |
void |
tearDown() |
void |
testLazyCreationDoestNotInvalidateCache() |
void |
testPutIfAbsentInvalidatesCache() |
void |
testPutInvalidatesCache() |
void |
testRemoveAllConcurrentWithLoadClustered() |
void |
testRemoveAllInvalidatesCache() |
void |
testRemoveConcurrentWithLoadClustered() |
void |
testRemoveInvalidatesCache() |
void |
testReplaceInvalidatesCache() |
removeConcurrentWithLoader, removeConcurrentWithSupplier, testClear, testConstructExpiringCache, testExceptionHandling, testFactoryGeneratedName, testGet, testGetKeys, testGetName, testMaxEntries, testNewInstanceForEveryGet, testNullKey, testNullValue, testPut, testRemove, testRemoveAll, testRemoveAllConcurrentWithLoaderLocal, testRemoveAllConcurrentWithSupplierLocal, testRemoveConcurrentWithLoaderLocal, testRemoveConcurrentWithSupplierLocal, testRemoveTwiceassertContainsKeys, assertEmpty, assertEventuallyThat, assertMissingKeys, assertSize, makeExceptionalCache, makeExpiringCache, makeNullReturningCache, makeSimpleCache, makeSimpleCache, makeSizeLimitedCache, makeSizeLimitedCache, makeSlowCache, makeUnexpiringCache, settingsBuilder, testWhenRemovingAKeyWhereTheLoaderReturnsNullTheExceptionIsSwallowed, testWhenRemovingAKeyWithValueWhereTheLoaderReturnsNullTheExceptionIsSwallowed, testWhenRemovingAllKeysWhereTheLoaderReturnsNullTheExceptionIsSwallowedpublic static InitOnceHazelcastCluster cluster
public void tearDown()
protected CacheSettingsBuilder settingsBuilder()
settingsBuilder in class AbstractCacheTestpublic void testLazyCreationDoestNotInvalidateCache()
public void testPutInvalidatesCache()
public void testPutIfAbsentInvalidatesCache()
throws InterruptedException
InterruptedExceptionpublic void testReplaceInvalidatesCache()
public void testRemoveInvalidatesCache()
public void testRemoveAllInvalidatesCache()
public void testRemoveConcurrentWithLoadClustered()
public void testRemoveAllConcurrentWithLoadClustered()
Copyright © 2018 Atlassian. All rights reserved.