UNPKG

nuxt-multi-cache

Version:

SSR route, component and data cache for Nuxt.js

6 lines (5 loc) 142 B
import { useNitroApp } from "nitropack/runtime"; export function useMultiCacheApp() { const app = useNitroApp(); return app.multiCache; }