CoreKotlinCacheService

class CoreKotlinCacheService(resolutionFacade: DokkaResolutionFacade) : KotlinCacheService

Constructors

Link copied to clipboard
fun CoreKotlinCacheService(resolutionFacade: DokkaResolutionFacade)

Functions

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