Note to self...

Fragment Caching only works in Views, not templates.

Remember to put a link tag before the css link inside the head to prevent any flash of content.

Also, Action caching is great when you use authentication so that the login bar does not show.

If you just page cache with authentication, when you expire the cache after update, create, or destroy, you get your nice little login bar at the top.