# Structs

DefaultCache is an implementation of Cache that stores all values in a map.
NoopCache is an implementation of Cache that doesn't actually do anything.

# Interfaces

No description provided by the author