|
Entropic 2.3.8
Local-first agentic inference engine
|
Cumulative cache performance counters. More...
#include </home/runner/work/entropic/entropic/src/inference/prompt_cache.h>
Public Attributes | |
| uint64_t | hits = 0 |
| Successful lookups. | |
| uint64_t | misses = 0 |
| Failed lookups. | |
| uint64_t | evictions = 0 |
| LRU evictions. | |
| uint64_t | stores = 0 |
| Successful stores. | |
| size_t | peak_bytes = 0 |
| High-water mark of bytes_used. | |
| uint64_t entropic::CacheStats::evictions = 0 |
LRU evictions.
Definition at line 75 of file prompt_cache.h.
| uint64_t entropic::CacheStats::hits = 0 |
Successful lookups.
Definition at line 73 of file prompt_cache.h.
| uint64_t entropic::CacheStats::misses = 0 |
Failed lookups.
Definition at line 74 of file prompt_cache.h.
| size_t entropic::CacheStats::peak_bytes = 0 |
High-water mark of bytes_used.
Definition at line 77 of file prompt_cache.h.
| uint64_t entropic::CacheStats::stores = 0 |
Successful stores.
Definition at line 76 of file prompt_cache.h.