Mise A Jour
Refactoring of controller Validator and Rull && Add pluggable validation options caching for performance
Adds the 'FieldOptionsValidateCacheAdapterInterface' and the default 'LocalStorageCacheAdapter'.
This allows users to inject a custom cache system (e.g., Dexie.js) or use the default local storage cache to accelerate repeated validation checks by avoiding unnecessary DOM lookups.
BREAKING CHANGE: N/A (Feature is entirely retro-compatible via optional constructor argument).


