cacheWithCachingRestFallback

A supplier providing a strategy which will first operate on the cache supplier. When an entity is not present from cache it will be fetched from cachingRest instead which will update cache with fetched elements. Operations that return flows will only fall back to rest when the returned flow contained no elements.