mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-30 11:30:11 +02:00
refactor: loadCacheValue/saveCacheValue (#4205)
This commit is contained in:
@@ -118,7 +118,7 @@ The default URI shows the Madara demo page.';
|
||||
{
|
||||
$url_cache = 'TitleInfo_' . preg_replace('/[^\w]/', '.', rtrim($url, '/'));
|
||||
$cache = $this->loadCacheValue($url_cache);
|
||||
if (isset($cache)) {
|
||||
if ($cache) {
|
||||
return $cache;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user