mirror of
https://github.com/friendica/friendica
synced 2025-04-26 13:50:11 +00:00
Move Cache::get() to DI::cache()->get()
This commit is contained in:
parent
f68929633b
commit
fe078410a1
16 changed files with 20 additions and 33 deletions
|
@ -40,7 +40,7 @@ class JsonLD
|
|||
exit();
|
||||
}
|
||||
|
||||
$result = Cache::get('documentLoader:' . $url);
|
||||
$result = DI::cache()->get('documentLoader:' . $url);
|
||||
if (!is_null($result)) {
|
||||
return $result;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue