Properties

Link copied to clipboard

The unique name associated with the factory.

Functions

Link copied to clipboard
open override fun create(config: String): PromptCache

Creates a new instance of PromptCache based on the provided configuration string.

Link copied to clipboard
open fun elements(config: String): List<String>

Splits the given configuration string into a list of elements using ':' as the primary delimiter, while correctly handling nested structures indicated by curly braces '{' and '}'.

Link copied to clipboard
fun supports(config: String): Boolean