@NonNullApi
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> | 
 Setup original source to fallback to in case of cache miss and return a wrapped
  
Flux that transparently looks up data from a Map representation of
 a cache and store data into the cache in case of cache miss. | 
| 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> | 
 Setup original source to fallback to in case of cache miss and return a wrapped
  
Mono that transparently looks up data from a Map representation of
 a cache and store data into the cache in case of cache miss. | 
| Class | Description | 
|---|---|
| CacheFlux | 
 Opinionated caching helper that defines how to store and restore a  
Flux in an
 arbitrary cache abstraction. | 
| CacheMono | 
 Opinionated caching helper that defines how to store and restore a  
Mono in an
 arbitrary cache abstraction. |