Test amaçlı yaptığım projede mobil kısımda yeni açtığım konular vs gözükmüyor. Aradan 8-9saat geçti ama makale sadece masaüstüde var. Bu sorun cache kodlarından kaynaklanıyor olabilir mi?

Kullandığım .htacces cache kodu;
# Cache Headers

# Cache specified files for 31 days

Header set Cache-Control "max-age=2678400, public"

# Cache HTML files for a couple hours

Header set Cache-Control "max-age=7200, private, must-revalidate"

# Cache PDFs for a day

Header set Cache-Control "max-age=86400, public"

# Cache Javascripts for 31 days

Header set Cache-Control "max-age=2678400, private"