See: Description
Interface | Description |
---|---|
CacheFlux.FluxCacheBuilderCacheMiss<KEY,VALUE> |
Setup original source to fallback to in case of cache miss.
|
CacheFlux.FluxCacheBuilderCacheWriter<KEY,VALUE> |
Set up the
cache writer BiFunction to use to store the source
data into the cache in case of cache miss. |
CacheFlux.FluxCacheBuilderMapMiss<VALUE> | |
CacheMono.MonoCacheBuilderCacheMiss<KEY,VALUE> |
Setup original source to fallback to in case of cache miss.
|
CacheMono.MonoCacheBuilderCacheWriter<KEY,VALUE> |
Set up the
cache writer BiFunction to use to store the source
data into the cache in case of cache miss. |
CacheMono.MonoCacheBuilderMapMiss<VALUE> |
Class | Description |
---|---|
CacheFlux | Deprecated
To be removed in 3.6.0 at the earliest.
|
CacheMono | Deprecated
To be removed in 3.6.0 at the earliest.
|