Code DocumentationservicescachingcacheConfigfunctionsgetTTLOn this pagegetTTLAPI Docs Function: getTTL() getTTL(entity): number Defined in: src/services/caching/cacheConfig.ts:75 Get the TTL for a specific entity type. Respects environment variable overrides via CACHE_ENTITY_TTLS. Parameters entity keyof EntityTTL The entity type. Returns number TTL in seconds.