Using Rails caching with Memcached implementation, is there any way to discover what time a particular item is scheduled to expire (if it exists).
I'm trying to solve the same problem mentioned here, which wasn't resolved: Rails caching: Expiring multiple pages for one action. Basically, caching when pagination is involved.