Package | Description |
---|---|
manifold.util.concurrent |
Modifier and Type | Method and Description |
---|---|
static <K,V> Cache<K,V> |
Cache.make(String name,
int size,
Cache.Loader<K,V> handler) |
Constructor and Description |
---|
Cache(String name,
int size,
Cache.Loader<K,V> loader)
This will create a new cache
|
Copyright © 2024. All rights reserved.