|
Entropic 2.3.8
Local-first agentic inference engine
|
PromptCache implementation — LRU eviction, thread-safe. More...

Go to the source code of this file.
Namespaces | |
| namespace | entropic |
| Activate model on GPU (WARM → ACTIVE). | |
PromptCache implementation — LRU eviction, thread-safe.
Uses FNV-1a 64-bit for cache key hashing. Not a security hash — cache key over <20 entries where collision worst-case is a cache miss, not a security breach.
Definition in file prompt_cache.cpp.