public abstract class GenericCache<K extends GenericCacheKey,V extends GenericCacheValue> extends Object
| Constructor and Description |
|---|
GenericCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
protected V |
getValue(K key) |
protected void |
store(K key,
V value) |
Copyright © 2019 OpenSource BIM. All rights reserved.