views:

24

answers:

1

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

A: 

You just need read it

Rails.cache.read('yourkey')
shingara
thanks shingara for your response
AMIT
but am using rails 2.2 version it is possible to do in rails 2.2
AMIT
its 2.2.2 version
AMIT
It's works too in this version
shingara