variable GROUPS_CACHE_TTL_MS

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

Type

60000

Usage

import { GROUPS_CACHE_TTL_MS } from "docs/database.ts";