Implementing caching

There are two ways to implement caching. Both of these involve adding content to your HTTP headers.


Using Cache-Control headers
Using Expires headers
Using META HTTP-Equiv tags
What about META Expires tags?