|
Entropic 2.3.8
Local-first agentic inference engine
|
Prompt caching configuration. More...
#include <entropic/types/config.h>
Public Attributes | |
| size_t | max_bytes = 536870912 |
| Maximum cache RAM (512 MB default) | |
| bool | enabled = true |
| Master switch (false = no caching) | |
| bool | log_hits = true |
| Log cache hit/miss at INFO level. | |
Prompt caching configuration.
Controls host-memory KV cache prefix storage for system prompts. Setting enabled=false or max_bytes=0 both disable caching.
| bool entropic::PromptCacheConfig::enabled = true |
| bool entropic::PromptCacheConfig::log_hits = true |
| size_t entropic::PromptCacheConfig::max_bytes = 536870912 |