Module observable_cs

Module observable_cs 

Source
Expand description

Observable content store wrapper with event hooks and atomic counters.

Structs§

ObservableCs
Wraps any ErasedContentStore with hit/miss/insert/eviction counters and an optional CsObserver callback.

Enums§

CsEvent
Events emitted by an observable content store.

Traits§

CsObserver
Observer that receives CS events.