CachedPromptExecutor

constructor(cache: PromptCache, nested: PromptExecutor, clock: Clock = kotlin.time.Clock.System)(source)

Parameters

cache

The cache implementation to use

nested

The nested executor to use for cache misses