generated from aicore/template-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
cache API
phoenixide edited this page Jun 20, 2022
·
1 revision
This function helps to store value in Cache
Type: function
Returns Promise promise which says put successful or not
This is a description of the getValueFromCache function. This function helps to get value stored in Cache
Type: function
-
key
String key to be fetched
Returns Promise promise which contains key
This is a description of the getValueFromCache function. This function helps to delete key value stored in Cache
Type: function
-
key
String key to be deleted
Returns Promise promise which contains key
This function helps to close open cache
Type: function