implementation("ai.koog:prompt-cache-files:1.0.0-preview4")
Implements a file-based caching mechanism for storing and retrieving prompt execution results, featuring LRU eviction, JSON serialization, unique ID generation, and thread-safe operations.