I have set up sweepers to clear specific pages in the page cache when the model is modified via a controller.
How can I use the sweeper from the Rails console (IRB)?
ie. When I modify a model object in the console, either the sweeper should automatically run, or I need a simple way of manually running the sweeper for the modified object.