Expand description

The module declare the cache interface and provide a SimpleMemCacher

Structs

A simple in memory cacher which only remember each item in a short duration.

A simple in memory cacher which remember until poweroff.

Traits

Cache interface that crate used.