Move Cache to src

Cache class moved to Friendica\Core namespace
This commit is contained in:
Adam Magness 2017-11-09 11:08:32 -05:00
parent aec554f4d9
commit 036754e455
4 changed files with 76 additions and 46 deletions

View file

@ -13,6 +13,7 @@ require_once('include/network.php');
require_once("mod/proxy.php");
require_once('include/text.php');
use Friendica\Core\Cache;
use Friendica\Core\Config;
use Friendica\Core\PConfig;