Uses of Interface
io.fluxcapacitor.javaclient.persisting.caching.Cache
-
-
Uses of Cache in io.fluxcapacitor.javaclient
Methods in io.fluxcapacitor.javaclient that return Cache Modifier and Type Method Description CacheFluxCapacitor. cache()Returns the cache used by the client to cache aggregates etc. -
Uses of Cache in io.fluxcapacitor.javaclient.configuration
Methods in io.fluxcapacitor.javaclient.configuration with parameters of type Cache Modifier and Type Method Description protected FluxCapacitorDefaultFluxCapacitor.Builder. doBuild(Map<MessageType,? extends Tracking> trackingSupplier, CommandGateway commandGateway, QueryGateway queryGateway, EventGateway eventGateway, ResultGateway resultGateway, ErrorGateway errorGateway, MetricsGateway metricsGateway, AggregateRepository aggregateRepository, EventStore eventStore, KeyValueStore keyValueStore, Scheduler scheduler, Cache cache, Serializer serializer, Client client, Runnable shutdownHandler)FluxCapacitorBuilderDefaultFluxCapacitor.Builder. replaceCache(@NonNull Cache cache)FluxCapacitorBuilderFluxCapacitorBuilder. replaceCache(Cache cache) -
Uses of Cache in io.fluxcapacitor.javaclient.persisting.caching
Classes in io.fluxcapacitor.javaclient.persisting.caching that implement Cache Modifier and Type Class Description classDefaultCacheclassNoOpCache -
Uses of Cache in io.fluxcapacitor.javaclient.persisting.eventsourcing
Constructors in io.fluxcapacitor.javaclient.persisting.eventsourcing with parameters of type Cache Constructor Description EventSourcingRepository(EventStore eventStore, SnapshotRepository snapshotRepository, Cache cache, EventStoreSerializer serializer)
-