get_cache_stats
Retrieve cache performance metrics including hit rate, misses, and evictions to monitor and debug cache effectiveness.
Instructions
Get search cache statistics for monitoring and debugging.
Returns cache performance metrics including:
size: Current number of cached entries
max_size: Maximum cache capacity
hits: Number of cache hits
misses: Number of cache misses
evictions: Number of evicted entries
hit_rate_percent: Cache hit rate as percentage
Use this to monitor cache effectiveness and tune cache parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |