toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-typescript
/
typescript
/
ModeAwareCache
Mode
Aware
Cache
sealed
external
interface
ModeAwareCache
<
T
>
(
source
)
Members
Functions
delete
Link copied to clipboard
abstract
fun
delete
(
key
:
String
,
mode
:
ResolutionMode
)
for
Each
Link copied to clipboard
abstract
fun
forEach
(
cb
:
(
elem
:
T
,
key
:
String
,
ResolutionMode
)
->
Unit
)
get
Link copied to clipboard
abstract
fun
get
(
key
:
String
,
mode
:
ResolutionMode
)
:
T
?
has
Link copied to clipboard
abstract
fun
has
(
key
:
String
,
mode
:
ResolutionMode
)
:
Boolean
set
Link copied to clipboard
abstract
fun
set
(
key
:
String
,
mode
:
ResolutionMode
,
value
:
T
)
size
Link copied to clipboard
abstract
fun
size
(
)
:
Double