| Class | Description |
|---|---|
| PurgingCache<K,V> |
This class provides a simple key-value cache.
|
| TimedSoftReference<T> |
Special implementation of
SoftReference that purges the referent after the given idle time. |
| Exception | Description |
|---|---|
| CacheException |
This exception shall be used to indicate errors during operations related to caching.
|
Copyright © 2012–2026 cismet GmbH. All rights reserved.