Module cache

Module cache 

Source
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§

CacheConfig
What: Configuration for cache behavior.
CacheConfigBuilder
What: Builder for creating CacheConfig with custom settings.
CacheWrapper
What: Combined cache wrapper that uses memory and optionally disk cache.

Enums§

CacheError
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.