When browsing through the domain list as an admin, many Openprovider instances are launched. Each instance makes a request to Openprovider to validate the token. This cache reduces the amount of requests to just once per page load.
Introduces single page load cache.
Implements cache in the ConfigController.php -> checkRequest()
Thanks @MrKoopie