Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/oak_nest/src/decorators/cache.ts>Cache

Refer to nestjs to realize some common functions for Deno, support hono and oak
Latest
function Cache
import { Cache } from "https://deno.land/x/oak_nest@v3.0.1/src/decorators/cache.ts";

Cache decorator

Parameters

timeout: number
optional
getCacheKey: GetCacheKey

Returns

MethodDecorator