Added first version of ConfigCacheSaver

This commit is contained in:
Philipp Holzer 2019-03-23 15:37:05 +01:00
commit 383a6715c3
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
14 changed files with 409 additions and 68 deletions

View file

@ -8,12 +8,12 @@ use Detection\MobileDetect;
use DOMDocument;
use DOMXPath;
use Exception;
use Friendica\Core\Config\Cache\ConfigCacheLoader;
use Friendica\Core\Config\Cache\IConfigCache;
use Friendica\Core\Config\Configuration;
use Friendica\Database\DBA;
use Friendica\Model\Profile;
use Friendica\Network\HTTPException\InternalServerErrorException;
use Friendica\Util\Config\ConfigCacheLoader;
use Friendica\Util\HTTPSignature;
use Friendica\Util\Profiler;
use Psr\Log\LoggerInterface;