Skip to content

Instantly share code, notes, and snippets.

@sunnyy02
Created April 2, 2022 05:11
Show Gist options
  • Save sunnyy02/31bc948ddd1e5d76d1b1781340bedde7 to your computer and use it in GitHub Desktop.
Save sunnyy02/31bc948ddd1e5d76d1b1781340bedde7 to your computer and use it in GitHub Desktop.
@cacheManagerDecorator()
async getHello() {
return `Hello - ${new Date().toLocaleString()}`;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment