Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/view_engine/node_modules/@types/ejs/index.d.ts>cache

🚀A Template View Engine for Deno frameworks
Latest
variable cache
import { cache } from "https://deno.land/x/view_engine@v10.6.0/node_modules/@types/ejs/index.d.ts";

EJS template function cache. This can be a LRU object from lru-cache NPM module. By default, it is utils.cache, a simple in-process cache that grows continuously.