Package-level declarations
Types
Link copied to clipboard
data class CacheData(val files: List<IconCacheData>, val extensionConfiguration: Map<String, Sha256Hash>) : Serializable
Represents data to be cached.
Link copied to clipboard
data class IconCacheData(val origin: String, val hash: Sha256Hash, val output: String? = null) : Serializable
Link copied to clipboard
Represents a SHA-256 hash value. This class ensures type-safety when handling SHA-256 hashes and provides convenient methods for creating hashes from strings and byte arrays.