CQRS.NET  2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.

◆ CachedChecks

IDictionary<string, Tuple<bool, DateTime> > Cqrs.Bus.BusHelper.CachedChecks
getprotected

A collection of Tuple<T1, T2> holding the configurations value (always a bool) and the DateTime The value was last checked, keyed by it's configuration key.