std::unique_ptr< UtCache > CreateAggregateUtCache(UtCache &utCache, std::unique_ptr< UtChangeSubscriber > &&pUtChangeSubscriber)
Creates an aggregate ut cache that delegates to utCache and publishes ut transaction changes to pUtCh...
Definition: AggregateUtCache.cpp:72
BasicAggregateTransactionsCacheModifier(CacheModifierProxyType &&modifier, ChangeSubscriberType &subscriber)
Creates an aggregate transactions cache modifier around modifier and subscriber.
Definition: BasicAggregateTransactionsCache.h:41