| Package | Description |
|---|---|
| org.sellcom.core.util.cache |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ConcurrentSoftCache<K,V> |
Thread-safe unbounded cache with soft-referenced values.
|
class |
SoftCache<K,V> |
Unbounded cache with soft-referenced values.
|