You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the validator supports caching of the validator metadata using an internal CacheInterface and the currently only implementation ApcCache. I propose to deprecate this interface and class and use Doctrine\Common\Cache\Cache implementations instead, which has many more implementations available.