algo.Cache.set()
Description
Creates or changes an entry.
Syntax
cache.set(key, value)
Parameters
set(key, value)
keyvalue
The key of the entry to create or change. Can be of any type.
The value of the entry.
Creates or changes an entry.
cache.set(key, value)
set(key, value)
The key of the entry to create or change. Can be of any type.
The value of the entry.