Package | Description |
---|---|
com.github.benmanes.caffeine.cache |
This package contains caching utilities.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LoadingCache<K,V>
A semi-persistent mapping from keys to values.
|
Modifier and Type | Method and Description |
---|---|
<K1 extends K,V1 extends V> |
Caffeine.build()
Builds a cache which does not automatically load values when keys are requested.
|
Copyright © 2020. All rights reserved.