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.