Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 517 Bytes

faastjs.persistentcache.expiration.md

File metadata and controls

18 lines (13 loc) · 517 Bytes
id title hide_title
faastjs.persistentcache.expiration
PersistentCache.expiration property
true

faastjs > PersistentCache > expiration

PersistentCache.expiration property

The age (in ms) after which a cached entry is invalid. Default: 24*3600*1000 (1 day).

Signature:

readonly expiration: number;