Uses of Record Class
cloud.opencode.base.web.cache.ETag
Packages that use ETag
-
Uses of ETag in cloud.opencode.base.web.cache
Methods in cloud.opencode.base.web.cache that return ETagModifier and TypeMethodDescriptionstatic ETagETag.fromContent(byte[] content) Create a strong ETag from content bytes using SHA-256 digest.static ETagETag.fromContent(String content) Create a strong ETag from content string using SHA-256 digest (UTF-8).static ETagParse an ETag header value (e.g.,"abc"orW/"abc").static ETagCreate a strong ETag.static ETagCreate a weak ETag.Methods in cloud.opencode.base.web.cache with parameters of type ETagModifier and TypeMethodDescriptionbooleanETag.strongMatches(ETag other) Strong comparison function (RFC 7232 Section 2.3.2).booleanETag.weakMatches(ETag other) Weak comparison function (RFC 7232 Section 2.3.2).