Skip to content

CommandKey

Alex edited this page Jan 29, 2021 · 1 revision

CommandKey is a way for the ResilientCommand to both cache circuitbreakers, but also helps with cachekeys and groupings in general.

Note: If no CommandKey is supplied, it defaults to GetType().Name which is the inheriting class' name.

Clone this wiki locally