com.atlassian.cache
Interface CacheManipulator<K,V>


public interface CacheManipulator<K,V>

Used to pass in a manipulation to test concurrency issues

Since:
v2.4.5

Method Summary
 void manipulateKeyOn(String key, Cache<K,V> cache)
           
 

Method Detail

manipulateKeyOn

void manipulateKeyOn(String key,
                     Cache<K,V> cache)


Copyright © 2015 Atlassian. All rights reserved.