Expand description
Caching layer for arch-toolkit operations.
Provides optional in-memory and disk caching for AUR operations to reduce network requests and improve performance.
Structs§
- Cache
Config - What: Configuration for cache behavior.
- Cache
Config Builder - What: Builder for creating
CacheConfigwith custom settings. - Cache
Wrapper - What: Combined cache wrapper that uses memory and optionally disk cache.
Enums§
- Cache
Error - What: Error type for cache operations.
Traits§
- Cache
- What: Trait for cache implementations.
Functions§
- cache_
key_ comments - What: Generate cache key for comments operation.
- cache_
key_ info - What: Generate cache key for info operation.
- cache_
key_ pkgbuild - What: Generate cache key for pkgbuild operation.
- cache_
key_ search - What: Generate cache key for search operation.