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(String name,
int size,
Cache.Loader<K,V> handler) |
Copyright © 2024. All rights reserved.