@@ -10,7 +10,7 @@ class Top10Controller extends HomeBaseController
{
public function index()
- $cacheKey = "cache_top_pages:index";
+ $cacheKey = "cache:top_pages:index";
$pageHtml = RedisService::get($cacheKey);
if($pageHtml){
return $pageHtml;