CoreKotlinCacheService

class CoreKotlinCacheService(resolutionFacade: DokkaResolutionFacade) : KotlinCacheService

Functions

getResolutionFacade
Link copied to clipboard
open override fun getResolutionFacade(elements: List<KtElement>): ResolutionFacade
open override fun getResolutionFacade(elements: List<KtElement>, platform: TargetPlatform): ResolutionFacade
getResolutionFacadeByFile
Link copied to clipboard
open override fun getResolutionFacadeByFile(file: PsiFile, platform: TargetPlatform): ResolutionFacade?
getResolutionFacadeByModuleInfo
Link copied to clipboard
open override fun getResolutionFacadeByModuleInfo(moduleInfo: ModuleInfo, settings: PlatformAnalysisSettings): ResolutionFacade?
open override fun getResolutionFacadeByModuleInfo(moduleInfo: ModuleInfo, platform: TargetPlatform): ResolutionFacade?
getSuppressionCache
Link copied to clipboard
open override fun getSuppressionCache(): KotlinSuppressCache