Module storage

Source
Expand description

Cache backend storage abstraction

Modules§

streaming_write

Enums§

PurgeType
The reason a purge() is called

Traits§

HandleHit
Cache hit handling trait
HandleMiss
Cache miss handling trait
Storage
Cache storage interface

Type Aliases§

HitHandler
Hit Handler
MissHandler
Miss Handler