enableCaching

Indicates whether caching is enabled for tokenization processes.

When set to true, a caching tokenizer will be used to optimize performance by caching tokenization results. If false, an on-demand tokenizer will be utilized, which performs tokenization as needed without caching.

This property affects the tokenizer's behavior for processing text in scenarios where tokenized data may be reused frequently, such as in prompt management or text analysis pipelines.