Namespace AzureFromTheTrenches.Commanding.Cache
Classes
CacheCommandingDependencies
CacheConfigurationException
CacheOptions
CacheOptions<T>
EvalCacheOptions
Interfaces
ICacheAdapter
ICachedCommandDispatcher
ICacheKeyHash
Implementations of this interface generate a deterministic hash from the given key. The built-in GetHashcode is not appropriate to use, particularly in distributed scenarios, as it is only deterministic within a single execution / process space in .Net Core and in full framework although more reliably it is still liable to change.