Local Cache
Read Cache
Read from local cache
Parameters
-
index: The index
-
key: The key
Write Cache
Write a key to local cache. Pass a single string, an array, or values separated by comma or newline
Parameters
-
index: The index
-
key: The key
-
value: The Value
Delete Cache Key
Delete a key from local cache
Parameters
-
index: The index
-
key: The key
Delete Cache Index
Delete an index from local cache
Parameters
- index: The index
Search Cache
Search an index in local cache
Parameters
-
index: The index
-
value: The search value
Phonetic Search Cache
Phonetic search an index in local cache
Parameters
-
index: The index
-
value: The search value
Write Phonetic Cache
Write a value to local cache with automatic phonetic keying. Takes either node input or defined value. Pass a single string, an array, or values separated by comma or newline
Parameters
-
index: The index
-
value: The Value