Skip to content

Added validator (key) cache

Cristina Pauna requested to merge feature/validatorCache into main

The MR adds a cache component that stores validators in a database table. The cache component has a method expireValidators() that should be periodically called to clear expired keys from the cache.

Merge request reports