I'm using sweepers (observers) to clear the cache whenever something is saved, and when I run in production mode locally, everything is fine, the cache is being cleared as expected.
Locally my fragments are store in <app>/tmp/cache/...
I have not overwritten any of the default rules in any of my config files, but, I can't find the cache folder for my app on the server. (for either a cap deployed app or a fastcgi app). Where are the fragments stored?