CoreKotlinCacheService

class CoreKotlinCacheService(resolutionFacade: DokkaResolutionFacade) : KotlinCacheService

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
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, platform: TargetPlatform): ResolutionFacade?
getSuppressionCache
Link copied to clipboard
open override fun getSuppressionCache(): KotlinSuppressCache
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String