Package | Description |
---|---|
sirius.kernel.cache |
Provides a framework for building and using caches.
|
Modifier and Type | Method and Description |
---|---|
static <K,V> Cache<K,V> |
CacheManager.createCache(String name,
ValueComputer<K,V> valueComputer,
ValueVerifier<V> verifier)
Creates a cache with the given name.
|
V |
Cache.get(K key,
ValueComputer<K,V> computer)
Returns the value associated with the given key.
|
Copyright © 2018. All rights reserved.