@valon-technologies/gestalt
Preparing search index...
services/cache
CacheResult
Interface CacheResult
CacheResult is one lookup result returned by GetMany.
interface
CacheResult
{
key
:
string
;
found
:
boolean
;
value
:
Uint8Array
;
}
Index
Properties
key
found
value
Properties
key
key
:
string
found
found
:
boolean
value
value
:
Uint8Array
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
key
found
value
@valon-technologies/gestalt
Loading...
CacheResult is one lookup result returned by GetMany.