diff --git a/lib/contents.php b/lib/contents.php index c7b74242..56dd4be6 100644 --- a/lib/contents.php +++ b/lib/contents.php @@ -440,6 +440,8 @@ function getSimpleHTMLDOMCached( $opts ?? [] ); if ($content) { + $cache->setScope('pages'); + $cache->setKey([$url]); $cache->saveData($content); } }