variable HOLIDAYS_CACHE_TTL_MS

In-memory holidays cache. Loads all holidays in a single query and serves subsequent reads from memory until the TTL expires or a write invalidates the cache.

Type

60000

Usage

import { HOLIDAYS_CACHE_TTL_MS } from "doc.ts";