# Functions
No description provided by the author
NewEventsBatcher initializes a new EventsBatcher.
NewInstrumentedCache creates a BigCache instance with a regular report of statistics.
NewKeyMutex creates a new KeyMutex.
# Structs
EventsBatcher debounces events on a given timeframe and calls process on them afterward.
EventWithContext composes a NodeChangeEvent and a context.
InstrumentedCache wraps BigCache with metrics.
KeyMutex allows locking resource by a unique ID instead of using a global lock.