Uses of Interface
io.fluxcapacitor.javaclient.persisting.caching.Cache
Packages that use Cache
Package
Description
-
Uses of Cache in io.fluxcapacitor.javaclient
Methods in io.fluxcapacitor.javaclient that return Cache -
Uses of Cache in io.fluxcapacitor.javaclient.configuration
Methods in io.fluxcapacitor.javaclient.configuration with parameters of type CacheModifier and TypeMethodDescriptionprotected FluxCapacitorDefaultFluxCapacitor.Builder.doBuild(Map<MessageType, ? extends Tracking> trackingSupplier, CommandGateway commandGateway, QueryGateway queryGateway, EventGateway eventGateway, ResultGateway resultGateway, ErrorGateway errorGateway, MetricsGateway metricsGateway, WebRequestGateway webRequestGateway, AggregateRepository aggregateRepository, EventStore eventStore, KeyValueStore keyValueStore, DocumentStore documentStore, Scheduler scheduler, UserProvider userProvider, Cache cache, Serializer serializer, CorrelationDataProvider correlationDataProvider, Client client, Runnable shutdownHandler) DefaultFluxCapacitor.Builder.replaceCache(@NonNull Cache cache) FluxCapacitorBuilder.replaceCache(Cache cache) DefaultFluxCapacitor.Builder.withAggregateCache(Class<?> aggregateType, Cache cache) FluxCapacitorBuilder.withAggregateCache(Class<?> aggregateType, Cache cache) Configures a dedicated cache to use for aggregates of the given type.Method parameters in io.fluxcapacitor.javaclient.configuration with type arguments of type CacheModifier and TypeMethodDescriptionDefaultFluxCapacitor.Builder.replaceRelationshipsCache(UnaryOperator<Cache> replaceFunction) FluxCapacitorBuilder.replaceRelationshipsCache(UnaryOperator<Cache> replaceFunction) -
Uses of Cache in io.fluxcapacitor.javaclient.persisting.caching
Classes in io.fluxcapacitor.javaclient.persisting.caching that implement CacheModifier and TypeClassDescriptionclassclassenumclassConstructors in io.fluxcapacitor.javaclient.persisting.caching with parameters of type Cache -
Uses of Cache in io.fluxcapacitor.javaclient.persisting.repository
Constructors in io.fluxcapacitor.javaclient.persisting.repository with parameters of type CacheModifierConstructorDescriptionAnnotatedAggregateRepository(Class<T> type, Serializer serializer, Cache cache, Cache relationshipsCache, EventStore eventStore, SnapshotStore snapshotStore, DispatchInterceptor dispatchInterceptor, EventSourcingHandlerFactory handlerFactory, DocumentStore documentStore)