class Sprockets::UnloadedAsset
def file_digest_key(stat)
We can save time by not re-computing this information and storing it in the cache
The digest for a given file won't change if the path and the stat time hasn't changed
Internal: File digest key
def file_digest_key(stat) "file_digest:#{compressed_path}:#{stat}" end