class Sprockets::UnloadedAsset

def asset_key

Returns a String.

absolute path.
A "compressed" path can either be relative to the root of the project or an
Used to retrieve an asset from the cache based on "compressed" path to asset.

Internal: Key of asset
def asset_key
  "asset-uri:#{compressed_path}"
end