public abstract class AbstractCacheListenerTest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected CacheFactory |
factory |
| Constructor and Description |
|---|
AbstractCacheListenerTest() |
| Modifier and Type | Method and Description |
|---|---|
protected CacheSettingsBuilder |
settingsBuilder() |
protected boolean |
supportsAddValue() |
protected boolean |
supportsEvictOldValue() |
protected boolean |
supportsPutValue() |
protected boolean |
supportsRemoveOldValue() |
protected boolean |
supportsUpdateOldValue() |
protected boolean |
supportsUpdateValue() |
void |
testOnAdd() |
void |
testOnAddPut() |
void |
testOnEvict() |
void |
testOnRemove() |
void |
testOnRemoveCanGet() |
void |
testOnReplace() |
void |
testOnUpdate() |
protected CacheFactory factory
protected CacheSettingsBuilder settingsBuilder()
protected boolean supportsAddValue()
protected boolean supportsPutValue()
protected boolean supportsUpdateOldValue()
protected boolean supportsUpdateValue()
protected boolean supportsRemoveOldValue()
protected boolean supportsEvictOldValue()
Copyright © 2018 Atlassian. All rights reserved.