Reputation: 8610
hii all, i would like to know is there any way to view rails cache content??
Upvotes: 1
Views: 882
Reputation: 46914
You just need read it
Rails.cache.read('yourkey')
Upvotes: 3