http://git.skank.i2p/i2pplus/I2P.Plus/commit/c0b4130a16aaabfa533dd34b8a29478798166b89
= null & & hasNoCache & & immutableCache ) { headers . remove ( " Cache-Control " ) ; setEntry ( headers , " Cache-Control " , " private, max-age=31536000, immutable " ) ; } else if ( immutableCache & & ! cc ) { setEntry ( headers , " Cache-Control " , " private, max-age=31536000, immutable " ) ; } else if ( ! cc ) { setEntry ( headers , " Cache-Control " , " private, no-cache, max-age=604800 " ) ; if ( cacheControlList !