com.atlassian.cache
Class AbstractCachedReferenceListenerTest

java.lang.Object
  extended by com.atlassian.cache.AbstractCachedReferenceListenerTest

public class AbstractCachedReferenceListenerTest
extends Object


Field Summary
protected  CacheFactory factory
           
 
Constructor Summary
AbstractCachedReferenceListenerTest()
           
 
Method Summary
protected  CacheSettingsBuilder settingsBuilder()
           
protected  boolean supportsEvictOldValue()
           
protected  boolean supportsResetOldValue()
           
protected  boolean supportsSetValue()
           
 void testOnEvict()
           
 void testOnReset()
           
 void testOnSet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

factory

protected CacheFactory factory
Constructor Detail

AbstractCachedReferenceListenerTest

public AbstractCachedReferenceListenerTest()
Method Detail

testOnSet

public void testOnSet()
               throws Exception
Throws:
Exception

testOnReset

public void testOnReset()
                 throws Exception
Throws:
Exception

testOnEvict

public void testOnEvict()
                 throws Exception
Throws:
Exception

settingsBuilder

protected CacheSettingsBuilder settingsBuilder()

supportsSetValue

protected boolean supportsSetValue()

supportsResetOldValue

protected boolean supportsResetOldValue()

supportsEvictOldValue

protected boolean supportsEvictOldValue()


Copyright © 2015 Atlassian. All rights reserved.