@valon-technologies/gestalt
Preparing search index...
services/cache
CacheSetEntry
Interface CacheSetEntry
CacheSetEntry is one key/value pair written by SetMany.
interface
CacheSetEntry
{
key
:
string
;
value
:
Uint8Array
;
}
Index
Properties
key
value
Properties
key
key
:
string
value
value
:
Uint8Array
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
key
value
@valon-technologies/gestalt
Loading...
CacheSetEntry is one key/value pair written by SetMany.