Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 495 Bytes

Memoize.md

File metadata and controls

15 lines (8 loc) · 495 Bytes

Memoize

Memoization enables caching for the Outputs of the template

Properties

Name Type Description Notes
cache Cache
key String Key is the key to use as the caching key
maxAge String MaxAge is the maximum age (e.g. "180s", "24h") of an entry that is still considered valid. If an entry is older than the MaxAge, it will be ignored.