]> git.mxchange.org Git - friendica.git/blobdiff - src/Factory/LockFactory.php
Restructure Cache to follow new paradigm
[friendica.git] / src / Factory / LockFactory.php
index 4a45656de6c4ba40acab6de9a6ab7cb02fc4c78c..2a54910d45f0ba5482c22308af7c2587893c8836 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -21,8 +21,9 @@
 
 namespace Friendica\Factory;
 
+use Friendica\Core\Cache\Factory\CacheFactory;
 use Friendica\Core\Cache\IMemoryCache;
-use Friendica\Core\Cache\Type;
+use Friendica\Core\Cache\Enum\Type;
 use Friendica\Core\Config\IConfig;
 use Friendica\Core\Lock;
 use Friendica\Database\Database;