Factory
Represents a factory interface for creating instances of PromptCache
. Factories implementing this interface are designed to construct specific types of prompt caches based on a provided configuration string.
Inheritors
Types
Link copied to clipboard
A PromptCache.Factory implementation that aggregates multiple Factory.Named instances.
Link copied to clipboard
Represents an abstract factory with a specific name for creating PromptCache
instances.