Hi, I am page caching a list of products - products.json in the public directory under the rails root. I don't add or delete this data through a controller action. This data is loaded into the database through a data migration script. In the development environment I delete this file from the public directory and restart the mongrel server but it is still pulling up the cached data. Not sure from where. How do I expire this cache data.
thanks much, ash