| Package | Description |
|---|---|
| de.cismet.commons.ref | |
| de.cismet.tools |
Collection of various cismet Tools.
|
| Constructor and Description |
|---|
PurgingCache(Calculator<K,V> initialiser)
Creates a new PurgingCache object.
|
PurgingCache(Calculator<K,V> initialiser,
long valuePurgeInterval)
Creates a new PurgingCache object.
|
PurgingCache(Calculator<K,V> initialiser,
long keyPurgeInterval,
long valuePurgeInterval)
Creates a new PurgingCache object.
|
PurgingCache(Calculator<K,V> initialiser,
long keyPurgeInterval,
long valuePurgeInterval,
boolean cacheNullValues)
Creates a new PurgingCache object.
|
| Modifier and Type | Field and Description |
|---|---|
protected Calculator<KEY,VALUE> |
CalculationCache.calc |
| Constructor and Description |
|---|
CalculationCache(Calculator<KEY,VALUE> calc)
Creates a new CalculationCache object.
|
Copyright © 2012–2026 cismet GmbH. All rights reserved.