Restructure Cache to follow new paradigm

This commit is contained in:
Philipp 2021-10-23 10:49:27 +02:00
parent 6a85d09c59
commit 68046573a4
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
52 changed files with 103 additions and 71 deletions

View file

@ -60,7 +60,7 @@ class DatabaseCacheTest extends CacheTest
$dba = new StaticDatabase($configCache, $profiler, $logger);
$this->cache = new Cache\DatabaseCache('database', $dba);
$this->cache = new Cache\Type\DatabaseCache('database', $dba);
return $this->cache;
}