- Move constants to the "Cache" class (more transparent than inside the interface)

This commit is contained in:
Philipp Holzer
2019-08-04 15:51:49 +02:00
parent 34e4968c06
commit 19777baa79
18 changed files with 59 additions and 69 deletions

View File

@@ -2,7 +2,6 @@
namespace Friendica\Core\Cache;
use Friendica\Core\Cache;
use Friendica\Database\Database;
use Friendica\Util\DateTimeFormat;
@@ -11,7 +10,7 @@ use Friendica\Util\DateTimeFormat;
*
* @author Hypolite Petovan <hypolite@mrpetovan.com>
*/
class DatabaseCache extends AbstractCache implements ICache
class DatabaseCache extends Cache implements ICache
{
/**
* @var Database