Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 522 Bytes

faastjs.persistentcache.entries.md

File metadata and controls

21 lines (15 loc) · 522 Bytes
id title hide_title
faastjs.persistentcache.entries
PersistentCache.entries() method
true

faastjs > PersistentCache > entries

PersistentCache.entries() method

Retrieve all keys stored in the cache, including expired entries.

Signature:

entries(): Promise<string[]>;

Returns:

Promise<string[]>