FilePromptCache

constructor(storage: Path, maxFiles: Int? = 3000)(source)

Parameters

storage

The directory where cache files will be stored

maxFiles

The maximum number of files to store in the cache (default: 3000). When this limit is reached, the least recently accessed files will be removed.