[go: up one dir, main page]

Module unsync

Module unsync 

Source
Expand description

Provides a not thread-safe cache implementation built upon std::collections::HashMap.

Structsยง

Cache
An in-memory cache that is not thread-safe.
CacheBuilder
Builds a Cache with various configuration knobs.
Iter