functionscacheLifeVersion: NextOn this pagecacheLifecacheLife(ttl): void Sets the TTL for the current cache operation const fetchData = cache(async () => { cacheLife('30m'); return await expensiveOperation();}); ParameterTypeOptionalDescriptionttlstringnumber❌ Source