Expand description
Generic caching functionality for NGDP components
This crate provides a flexible caching system for NGDP-related data including:
- Generic cache for arbitrary data
- CDN content cache (config, data, patch, indices)
- Ribbit response cache
- Cached clients for Ribbit, TACT, and CDN protocols
Re-exports§
Modules§
- cached_
cdn_ client - Cached wrapper for CDN client
- cached_
ribbit_ client - Cached wrapper for RibbitClient
- cached_
tact_ client - Cached wrapper for TACT HTTP client
- cdn
- CDN content cache implementation
- error
- Error types for the ngdp-cache crate
- generic
- Generic cache implementation for arbitrary data
- ribbit
- Ribbit response cache implementation
Functions§
- get_
cache_ dir - Get the base NGDP cache directory