Restructure Cache to follow new paradigm

This commit is contained in:
Philipp
2021-10-23 10:49:27 +02:00
parent 6a85d09c59
commit 68046573a4
52 changed files with 103 additions and 71 deletions

View File

@@ -22,7 +22,7 @@
namespace Friendica\Test\src\Core\Cache;
use Exception;
use Friendica\Core\Cache\MemcacheCache;
use Friendica\Core\Cache\Type\MemcacheCache;
use Friendica\Core\Config\IConfig;
use Mockery;