axi-cache
Cache AXI transactions to improve performance
SYNOPSIS
axi-cache [OPTIONS] <clear | status>
PARAMETERS
--help
Show help message and exit.
clear
Clear the cache.
--all
Clear entire cache. Needs the `clear` command.
--name
Clear a specific cache entry by name. Needs the `clear` command.
status
Display current cache status.
DESCRIPTION
The `axi-cache` command is a utility designed to manage the cache used by the Axiom threat hunting platform. It allows users to view the current cache state, clear specific cache entries, or completely flush the cache to ensure data consistency and optimal performance. Clearing the cache can be useful when Axiom is exhibiting unexpected behavior or to force the system to re-fetch data from its sources. The command provides options for selective cache invalidation, helping to avoid unnecessary data re-retrieval. Effective use of `axi-cache` can significantly improve the responsiveness and reliability of Axiom deployments, particularly in environments with rapidly changing data or limited resources. It's important to understand the implications of clearing the cache, as it may temporarily increase load on external data sources while the cache is repopulated.
EXAMPLES
axi-cache clear --all
Clears the entire Axiom cache.axi-cache clear --name my_cache_entry
Clears the cache entry named 'my_cache_entry'.axi-cache status
Displays the current status of the Axiom cache.