com.atlassian.cache
Class AbstractCacheListenerTest
java.lang.Object
com.atlassian.cache.AbstractCacheListenerTest
public class AbstractCacheListenerTest
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
factory
protected CacheFactory factory
AbstractCacheListenerTest
public AbstractCacheListenerTest()
testOnAdd
public void testOnAdd()
throws Exception
- Throws:
Exception
testOnAddPut
public void testOnAddPut()
throws Exception
- Throws:
Exception
testOnReplace
public void testOnReplace()
throws Exception
- Throws:
Exception
testOnUpdate
public void testOnUpdate()
throws Exception
- Throws:
Exception
testOnRemove
public void testOnRemove()
throws Exception
- Throws:
Exception
testOnEvict
public void testOnEvict()
throws Exception
- Throws:
Exception
settingsBuilder
protected CacheSettingsBuilder settingsBuilder()
supportsAddValue
protected boolean supportsAddValue()
supportsPutValue
protected boolean supportsPutValue()
supportsUpdateOldValue
protected boolean supportsUpdateOldValue()
supportsUpdateValue
protected boolean supportsUpdateValue()
supportsRemoveOldValue
protected boolean supportsRemoveOldValue()
supportsEvictOldValue
protected boolean supportsEvictOldValue()
Copyright © 2015 Atlassian. All rights reserved.