public abstract class AbstractDirectExternalCacheIT extends Object
DirectExternalCache.| Constructor and Description |
|---|
AbstractDirectExternalCacheIT() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract DirectExternalCache<String> |
createCache(String name,
ExternalCacheSettings settings) |
void |
ensureCache() |
void |
put_with_huge_key() |
void |
simple_get_set() |
void |
simple_get_with_supplier() |
void |
simple_getBulk() |
void |
simple_getBulkFactory() |
void |
simple_getBulkIdentified() |
void |
simple_getIdentified_removeIf() |
void |
simple_getIdentified_replaceIf() |
void |
simple_put_remove() |
void |
simple_removeAll() |
protected abstract DirectExternalCache<String> createCache(String name, ExternalCacheSettings settings)
public void ensureCache()
public void simple_get_set()
throws ExecutionException,
InterruptedException
public void simple_get_with_supplier()
throws ExecutionException,
InterruptedException
public void put_with_huge_key()
throws ExecutionException,
InterruptedException
public void simple_getBulkIdentified()
throws ExecutionException,
InterruptedException
public void simple_getIdentified_removeIf()
throws ExecutionException,
InterruptedException
public void simple_getIdentified_replaceIf()
throws ExecutionException,
InterruptedException
public void simple_put_remove()
throws ExecutionException,
InterruptedException
public void simple_removeAll()
throws ExecutionException,
InterruptedException
public void simple_getBulk()
throws ExecutionException,
InterruptedException
public void simple_getBulkFactory()
throws ExecutionException,
InterruptedException
Copyright © 2015 Atlassian. All rights reserved.