Preparing search index...
The search index is not available
react-declarative
react-declarative
types
react-declarative/utils/hof/ttl
IClearable
Interface IClearable<K>
Represents a clearable object that can be garbage collected.
interface
IClearable
<
K
=
string
>
{
clear
:
(
key
?:
K
)
=>
void
;
gc
:
()
=>
void
;
}
Type Parameters
K
=
string
The type of key used for clearing.
Hierarchy (
View Summary
)
IClearable
<
K
>
IClearable
Index
Properties
clear
gc
Properties
clear
clear
:
(
key
?:
K
)
=>
void
gc
gc
:
()
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
clear
gc
react-declarative
Loading...
Represents a clearable object that can be garbage collected.