Closed GoogleCodeExporter closed 9 years ago
getDigest() is used to determine a cache id to hold the resulting content. The
cache's freshness *is* determined by filemtimes (Minify_Source has
$lastModifiedTime
and Minify checks it), but filemtime is not needed in the cache id. In fact you
don't want it to, because that would just abandon cache files instead of
reusing
them. Your proposal would have identical functionality, but would waste disk
space
in the cache directory over time.
Thanks for looking over it though.
Original comment by mrclay....@gmail.com
on 21 Jan 2009 at 7:30
Original issue reported on code.google.com by
dhahler@gmail.com
on 21 Jan 2009 at 6:14