Skip to main content

Module storage

Module storage 

Source
Expand description

Cache backend storage abstraction

Modules§

streaming_write

Enums§

MissFinishType
MissFinishType
PurgeAction
What a purge is asked to do to the entry it targets.
PurgeOutcome
Outcome of a successful Storage::purge or Storage::expire call.
PurgeTarget
The entry a Storage::purge call should remove.
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