obsidian-portfolio
Portfolio
Source
Preparing search index...
app/hooks/useCache
default
Function default
default
<
T
>
()
:
{
getCachedData
:
(
key
:
string
)
=>
CachedData
<
T
>
|
null
;
invalidateCache
:
(
key
:
string
)
=>
void
;
setCachedData
:
(
key
:
string
,
value
:
T
,
ttl
:
number
)
=>
void
;
}
Type Parameters
T
Returns
{
getCachedData
:
(
key
:
string
)
=>
CachedData
<
T
>
|
null
;
invalidateCache
:
(
key
:
string
)
=>
void
;
setCachedData
:
(
key
:
string
,
value
:
T
,
ttl
:
number
)
=>
void
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Portfolio
Source
obsidian-portfolio
Loading...