Module caching

Source

Structs§

CachingClient
A client that caches response data using the given cache implementation. Can be used without an underlying client to be used as a read-only cache.
FileCache

Traits§

Cache
A trait for a cache of data.