disableCache

abstract fun disableCache()

Disables the cache.

Caching avoids having to parse the same expression several times when given the same input string or tokens and can greatly increase the performance.

By default, caching also avoids having to calculate the same expression several times when given the same input variables, though the caching capability can also be modified at the expression level.

Return

this builder