Uses of Class
io.github.ravocode.avoonce.caffeine.CaffeineIdempotencyRepository
Packages that use CaffeineIdempotencyRepository
-
Uses of CaffeineIdempotencyRepository in io.github.ravocode.avoonce.spring
Methods in io.github.ravocode.avoonce.spring that return CaffeineIdempotencyRepositoryModifier and TypeMethodDescriptionCaffeineIdempotencyAutoConfiguration.caffeineAutoRepository(IdempotencyConfig config) Auto-wires the Caffeine in-memory repository when no other store is present and store property is auto.CaffeineIdempotencyAutoConfiguration.caffeineExplicitRepository(IdempotencyConfig config) Wires the Caffeine in-memory repository whenavoonce.idempotency.store=caffeineis explicitly set.