Preparing search index...
The search index is not available
@daiso-tech/core - v0.48.2
@daiso-tech/core
Cache
IDatabaseCacheTransaction
Type Alias IDatabaseCacheTransaction<TType>
IDatabaseCacheTransaction
:
{
find
(
key
:
string
)
:
Promise
<
null
|
ICacheData
<
TType
>
>
;
upsert
(
key
:
string
,
value
:
TType
,
expiration
?:
null
|
Date
)
:
Promise
<
void
>
;
}
IMPORT_PATH:
"@daiso-tech/core/cache/contracts"
Type Parameters
TType
=
unknown
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@daiso-tech/core - v0.48.2
Loading...
IMPORT_PATH:
"@daiso-tech/core/cache/contracts"