Expand description
Observable content store wrapper with event hooks and atomic counters.
Structs§
- Observable
Cs - Wraps any
ErasedContentStorewith hit/miss/insert/eviction counters and an optionalCsObservercallback.
Enums§
- CsEvent
- Events emitted by an observable content store.
Traits§
- CsObserver
- Observer that receives CS events.