DEFAULT_CACHE_TTL variable

Default lifetime of a cached entry, in milliseconds — 24 hours.

A TTL is a backstop, not the primary invalidation mechanism: entries are normally dropped by a PostgreSQL change notification long before it expires. It exists so an entry cannot outlive its data indefinitely if a notification is ever missed.

Signature:

DEFAULT_CACHE_TTL = 86400000

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.