forceCache

val forceCache: Boolean = false(source)

Whether the cache should be used even if autocomplete cache is disabled.

This could be useful if your autocomplete is heavy even in a development environment.

Return

true if the autocomplete results should be cached anyway

See also