CacheFunctionsCacheLifeVersion: NextOn this pageCacheLifecacheLife @commandkit/cacheuse-cache.ts Sets the TTL for the current cache operation Example const fetchData = cache(async () => { cacheLife('30m'); return await expensiveOperation();}); Signaturefunction cacheLife(ttl: number | string): void Parameters ttl parameternumber | string