Package com.mcawful

Class CustomPanelManifestCache.CachedResponse

java.lang.Object
com.mcawful.CustomPanelManifestCache.CachedResponse
Enclosing class:
CustomPanelManifestCache

public static final class CustomPanelManifestCache.CachedResponse extends Object
Result of one full build: serialized bytes, an ETag derived from those bytes, the caller-supplied signature that produced them, and the wall-clock time the signature was last verified (used by the CustomPanelManifestCache.CACHE_SIGNATURE_TTL_MILLIS floor). Immutable; safe to hand out to multiple HTTP threads.