I have a Rails 3 application that uses the Dalli gem to manage its cache.
I need to check if a certain part of the application is setting the expiration date of the cache correctly, but can't find a way to manually check that on a specific fragment.
I found this answer, but it doesn't work with Dalli.
Is there another way?