Structs§
- Cache
Config - Configuration for response caching.
- Memory
Cache - In-memory cache backed by Moka.
- Redis
Cache - Redis-backed cache using JSON serialisation.
- Sqlite
Cache - SQLite-backed cache using JSON serialisation.
- Typed
Cache - A type-erased, cloneable cache for values of type
V.
Enums§
- Cache
Backend Config - Selects which storage backend to use for caching.
Traits§
- Cache
Backend - Async storage backend for a cache.
Functions§
- create_
cache - Create a
PmcCachefromconfig.
Type Aliases§
- PmcCache
- Type alias for the PMC full-text response cache.