| Package | Description |
|---|---|
| gw.lang.parser | |
| gw.util.concurrent |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> TypeSystemAwareCache<K,V> |
TypeSystemAwareCache.make(String name,
int size,
Cache.MissHandler<K,V> handler) |
| Constructor and Description |
|---|
TypeSystemAwareCache(String name,
int size,
Cache.MissHandler<K,V> kvMissHandler) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Cache<K,V> |
Cache.make(String name,
int size,
Cache.MissHandler<K,V> handler) |
| Constructor and Description |
|---|
Cache(String name,
int size,
Cache.MissHandler<K,V> missHandler)
This will create a new cache
|
Copyright © 2019. All rights reserved.