Package com.societegenerale.failover.store


package com.societegenerale.failover.store
Concrete FailoverStore implementations.

Available backends:

  • FailoverStoreInmemoryConcurrentHashMap-backed; suitable for tests only
  • FailoverStoreCaffeine — Caffeine cache with per-entry TTL expiry
  • FailoverStoreJdbc — relational database backed by a single FAILOVER_STORE table
  • FailoverStoreAsync — decorator that offloads writes to a background executor