Using Orchard 1.7.1 CMS. I am creating a project 'Football' I am running the program and using a console app 'Boots' to access a controller on the football project and download a list of footballs. However it seems to cache the list. So if I edit the football list in the UI, or the db table and re run the Boots app. It downloads the old list.
In the dashboard I have tried to remove the cache
~/Brands/*
brands being the name of the controller. but this is not working, any ideas?