| Package | Description |
|---|---|
| manifold.util.concurrent |
| Modifier and Type | Method and Description |
|---|---|
Cache<K,V> |
Cache.logEveryNSeconds(int seconds,
ILogger logger)
Sets up a recurring task every n seconds to report on the status of this cache.
|
static <K,V> Cache<K,V> |
Cache.make(java.lang.String name,
int size,
Cache.Loader<K,V> handler) |
Copyright © 2022. All rights reserved.