CacheKeyGenerator
org.llm4s.llmconnect.caching.CacheKeyGenerator
object CacheKeyGenerator
Utility object for generating cache keys using secure hashing. Keys should be deterministic (same inputs always produce same key) and collision-resistant (different inputs shouldn't produce same key).
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CacheKeyGenerator.type
Members list
In this article