Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
entropic::CacheKeyHash Struct Reference

Hash function for CacheKey in unordered containers. More...

#include </home/runner/work/entropic/entropic/src/inference/prompt_cache.h>

Public Member Functions

size_t operator() (const CacheKey &key) const
 Hash operator for CacheKey.
 

Detailed Description

Hash function for CacheKey in unordered containers.

Version
1.8.3

Definition at line 48 of file prompt_cache.h.

Member Function Documentation

◆ operator()()

size_t entropic::CacheKeyHash::operator() ( const CacheKey key) const
inline

Hash operator for CacheKey.

Parameters
keyCache key to hash.
Returns
Hash value (identity — already hashed).
Version
1.8.3

Definition at line 55 of file prompt_cache.h.


The documentation for this struct was generated from the following file: