Interface AssetChecksumGenerator

All Known Implementing Classes:
AssetChecksumGeneratorImpl

public interface AssetChecksumGenerator
Generates a checksum of an arbitrary Resource or StreamableResource which can be incorporated into the client URL of an Asset.
Since:
5.4
  • Method Summary

    Modifier and Type
    Method
    Description
    Given a raw resource, generates an MD5 checksum of the resource's contents.
    Given a streamable resource, generates an MD5 checksum of the resource's contents.