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, SnapshotStore snapshotStore, EventStore eventStore, KeyValueStore keyValueStore, DocumentStore documentStore, Scheduler scheduler, UserProvider userProvider, Cache cache, Serializer serializer, CorrelationDataProvider correlationDataProvider, IdentityProvider identityProvider, PropertySource propertySource, 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 TypeClassDescriptionclassclassenumclassMethods in io.fluxcapacitor.javaclient.persisting.caching with parameters of type CacheConstructors in io.fluxcapacitor.javaclient.persisting.caching with parameters of type Cache