Uses of Interface
org.fuin.ddd4j.ddd.AggregateCache
-
Packages that use AggregateCache Package Description org.fuin.ddd4j.ddd org.fuin.ddd4j.esrepo Copyright (C) 2015 Michael Schnell. -
-
Uses of AggregateCache in org.fuin.ddd4j.ddd
Classes in org.fuin.ddd4j.ddd that implement AggregateCache Modifier and Type Class Description classAggregateNoCache<AGGREGATE>Never caches anything. -
Uses of AggregateCache in org.fuin.ddd4j.esrepo
Methods in org.fuin.ddd4j.esrepo that return AggregateCache Modifier and Type Method Description protected @NotNull AggregateCache<AGGREGATE>EventStoreRepository. getAggregateCache()Returns the aggregate cache.
-