Start caching the html head.
This takes a snapshot of the current system state so that we don't duplicate it. Later on, when gatherHeaders() is run, this information will be removed so that we don't hold onto it.
Overrides CachePluginBase::cacheStart
public function cacheStart() {
/* do nothing */
}