variable USERS_CACHE_TTL_MS

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

Type

60000

Usage

import { USERS_CACHE_TTL_MS } from "doc.ts";