Package-level declarations

Types

Link copied to clipboard
class FilePromptCache(storage: Path, maxFiles: Int? = 3000) : PromptCache

File-based implementation of PromptCache. This implementation stores cache entries in files on the file system.