VercelKVCacheProps: {
    client?: VercelKV;
    ttl?: number;
}

Type declaration

  • Optionalclient?: VercelKV

    An existing Vercel KV client

  • Optionalttl?: number

    Time-to-live (TTL) for cached items in seconds