UNPKG

nuxt-multi-cache

Version:

SSR route, component and data cache for Nuxt.js

4 lines (3 loc) 176 B
import { type H3Event } from 'h3'; import type { RouteCacheItem } from '../types.js'; export declare function setCachedResponse(event: H3Event, decoded: RouteCacheItem): void;