Expand description
Cache module for Steam client data.
This module provides caching mechanisms with TTL (time-to-live) expiration for various Steam data types to reduce redundant API calls.
Re-exports§
pub use persona::CachedPersona;pub use persona::PersonaCache;pub use persona::PersonaCacheConfig;
Modules§
- persona
- Persona cache with TTL expiration.