| 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.
|
Copyright © 2018. All rights reserved.