f9599c77cc
Ensure that the cache store requirements are met prior to attempting to instantiate a class. Many of the constructors create connections to external services requiring the installation and availability of classes that are specified in are_requirements_met(). If they are not checked properly you end up with PHP Fatal errors rather than falling back to a different store that is capabable without the the extra classes loaded.