Properties
A supplier providing a strategy which exclusively uses cache to fetch entities. See CacheEntitySupplier for more details.
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.
A supplier providing a strategy which exclusively uses REST calls to fetch entities. fetched entities are stored in Kord's cache. See StoreEntitySupplier for more details.
A supplier providing a strategy which exclusively uses REST calls to fetch entities. See RestEntitySupplier for more details.
Functions
Create an EntitySupplyStrategy from the given supplier.