remove cache revalidation stubs

This commit is contained in:
Muki Kiboigo
2026-03-30 15:24:17 -07:00
parent 7b5e4d6f52
commit f098a991a8
3 changed files with 0 additions and 29 deletions

View File

@@ -263,8 +263,6 @@ test "FsCache: basic put and get" {
.status = 200,
.stored_at = now,
.age_at_store = 0,
.etag = null,
.last_modified = null,
.cache_control = .{ .max_age = 600 },
.headers = &.{},
.vary_headers = &.{},
@@ -315,8 +313,6 @@ test "FsCache: get expiration" {
.status = 200,
.stored_at = now,
.age_at_store = 900,
.etag = null,
.last_modified = null,
.cache_control = .{ .max_age = max_age },
.headers = &.{},
.vary_headers = &.{},
@@ -376,8 +372,6 @@ test "FsCache: put override" {
.status = 200,
.stored_at = now,
.age_at_store = 900,
.etag = null,
.last_modified = null,
.cache_control = .{ .max_age = max_age },
.headers = &.{},
.vary_headers = &.{},
@@ -418,8 +412,6 @@ test "FsCache: put override" {
.status = 200,
.stored_at = now,
.age_at_store = 0,
.etag = null,
.last_modified = null,
.cache_control = .{ .max_age = max_age },
.headers = &.{},
.vary_headers = &.{},
@@ -496,8 +488,6 @@ test "FsCache: vary hit and miss" {
.status = 200,
.stored_at = now,
.age_at_store = 0,
.etag = null,
.last_modified = null,
.cache_control = .{ .max_age = 600 },
.headers = &.{},
.vary_headers = &.{
@@ -559,8 +549,6 @@ test "FsCache: vary multiple headers" {
.status = 200,
.stored_at = now,
.age_at_store = 0,
.etag = null,
.last_modified = null,
.cache_control = .{ .max_age = 600 },
.headers = &.{},
.vary_headers = &.{