toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-typescript
/
typescript
/
PerNonRelativeNameCache
Per
Non
Relative
Name
Cache
sealed
external
interface
PerNonRelativeNameCache
<
T
>
(
source
)
Members
Functions
get
Link copied to clipboard
abstract
fun
get
(
directory
:
String
)
:
T
?
set
Link copied to clipboard
abstract
fun
set
(
directory
:
String
,
result
:
T
)