Using fragment cache digest to cache data. Issue I face is that when the db records changes cache key should be regenerate but it not refreshing and showing the old data.
I get data in json format.
cache "home_index_makes_listing_12_grid",:expires_in => 24.hours do
yield
end
while when I change or add any new html elements then digest key changes and cache refresh. but changes from backend not changes anything.
How to fix that issue?