Preparing search index...
The search index is not available
@dataspecer/genapp
@dataspecer/genapp
utils/cache
Cache
Interface Cache<T>
interface
Cache
<
T
>
{
content
:
{
[
cacheKey
:
string
]:
T
}
;
resetCacheContent
:
()
=>
void
;
}
Type Parameters
T
Index
Properties
content
reset
Cache
Content
Properties
content
content
:
{
[
cacheKey
:
string
]:
T
}
reset
Cache
Content
resetCacheContent
:
()
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
reset
Cache
Content
@dataspecer/genapp
Loading...