I think Ctrl+Shift+Delete takes out all private data, including the cache. Heres a link that'll tell you how to set up specific options.
                +8 
                A: 
                
                
              
                  Brandon
                   2009-03-12 17:06:01
                
              +1 for being faster and more precise than me :)
                  Peter Lang
                   2009-03-12 17:11:01
                Thanks, I didn't know it can be set. As most web developers, I need to delete the cookies and auth. session regularly while I want to keep the browser history. Checking and unchecking particular checkboxes each time was really annoying.
                  david a.
                   2009-03-25 09:46:16
                
                +3 
                A: 
                
                
              
            I use the web developer add-on to totally disable my cache on my development machine. That way you never have to worry about clearing your cache.
                  Bryan Rowe
                   2009-03-12 17:26:45
                
              
                +4 
                A: 
                
                
              You can also reload and clear cache for a certain page with
Cmd + Shift + R
on a mac, or
Ctrl + F5
on a windows/linux machine.
(these are additions to the plain reload shortcuts Cmd+R / F5)
                  andi
                   2009-03-19 16:50:31
                
              carefull, this shortcut also tell the browser to never use the cache for the next session.i.e. if you add the same image two times, it will be downloaded TWO times :)ctrl+f5 is dangerous for web developpers ! can lead to strange behaviors that normal users will never see.
                  vvo
                   2009-12-21 10:02:03
                
                
                A: 
                
                
              
            What I do is go to Tools>Options>Privacy>Show Cookies, then just keep the Show Cookies window open. It stays minimized while on your web page so you just have to hit Maximize>Remove All cookies...two clicks. That's the best I've come up with :/
                  Henry Orange
                   2010-07-05 23:41:50