Cache

class Cache(project: Project, coroutineScope: CoroutineScope)

Constructors

Link copied to clipboard
constructor(project: Project, coroutineScope: CoroutineScope)

Properties

Link copied to clipboard
val state: MutableStateFlow<Map<Path, MppCompilationInfoModel>>