Caching controller code in development

I am running Rails 2.1.0 on an XP box.
In development I have config.cache_classes = false.

But…when I mod my controller code it does not pick up the change.
This happens in Webrick and Mongrel (1.1.5)

Ideas?

this is a normal controller in app/controllers, not in lib or vendor/
plugins?