| Package | Description |
|---|---|
| org.atlanmod.commons.cache |
Provides classes for caching.
|
| Modifier and Type | Method and Description |
|---|---|
<K1 extends K,V1 extends V> |
CacheBuilder.build()
Builds a
Cache which does not automatically load values when keys are requested. |
<K1 extends K,V1 extends V> |
CacheBuilder.build(Function<? super K1,? extends V1> mappingFunction)
|
static <K,V> Cache<K,V> |
CacheBuilder.empty()
Returns an immutable empty
Cache that does nothing. |
Copyright © 2017–2019 Atlanmod. All rights reserved.