| 1 | // Copyright 2018-2026 the Deno authors. MIT license. |
| 2 | import { TtlCache } from "./ttl_cache.ts"; |
| 3 | import { assertEquals, assertThrows } from "@std/assert"; |
| 4 | import { FakeTime } from "@std/testing/time"; |
nothing calls this directly
no test coverage detected