UNPKG

@scayle/storefront-nuxt

Version:

Nuxt integration for the SCAYLE Commerce Engine and Storefront API

6 lines (5 loc) 213 B
import { Cached } from "@scayle/storefront-core"; export function getCachedFunction($cache, $log, enabled) { const cached = new Cached($cache, $log, "", enabled ?? true); return cached.execute.bind(cached); }