Module cache

Module cache 

Source

Structs§

ExactCache
A simple exact match cache.
SemanticCache
A cache that uses semantic similarity to find matches. Useful when prompts are slightly different but intent is the same.
TieredCache
A hybrid cache that balances speed (exact) and flexibility (semantic).

Traits§

Cache
Trait for prompt caching strategies.