Amit Singh Tomar
Amit Singh Tomar

Reputation: 8610

HOW do i see content of rails cache

hii all, i would like to know is there any way to view rails cache content??

Upvotes: 1

Views: 882

Answers (1)

shingara
shingara

Reputation: 46914

You just need read it

Rails.cache.read('yourkey')

Upvotes: 3

Related Questions