usePermanentCache property

bool usePermanentCache
final

If true, validators will reuse resources between validations.

Use this to optimize performance for repeated validations.

Default: false.

Implementation

final bool usePermanentCache;