toggle menu
search in API
common
selfie-lib
/
com.diffplug.selfie.guts
/
SourcePathCache
Source
Path
Cache
class
SourcePathCache
(
functionToCache
:
(
CallLocation
)
->
TypedPath
?
,
capacity
:
Int
)
Members
Constructors
Source
Path
Cache
Link copied to clipboard
constructor
(
functionToCache
:
(
CallLocation
)
->
TypedPath
?
,
capacity
:
Int
)
Functions
get
Link copied to clipboard
fun
get
(
key
:
CallLocation
)
:
TypedPath
?