|
Entropic 2.3.8
Local-first agentic inference engine
|
64-bit hash used as cache lookup key. More...
#include </home/runner/work/entropic/entropic/src/inference/prompt_cache.h>
Public Member Functions | |
| bool | operator== (const CacheKey &other) const |
Public Attributes | |
| uint64_t | hash |
| Combined hash value. | |
64-bit hash used as cache lookup key.
Hash of (prompt_text + '\0' + model_path). Not a security hash – this is a cache key where speed matters and collision across <20 entries is negligible.
Definition at line 38 of file prompt_cache.h.
|
inline |
Definition at line 41 of file prompt_cache.h.
| uint64_t entropic::CacheKey::hash |
Combined hash value.
Definition at line 39 of file prompt_cache.h.