Closed
Description
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.