Uses of Interface
com.intellij.psi.search.PsiShortNamesCache

Packages that use PsiShortNamesCache
com.intellij.psi Provides interfaces for working with the Program Source Interface (IDEA's internal representation of the program structure). 
 

Uses of PsiShortNamesCache in com.intellij.psi
 

Methods in com.intellij.psi that return PsiShortNamesCache
abstract  PsiShortNamesCache PsiManager.getShortNamesCache()
          Returns the short name cache for the project, which can be used to locate files, classes, methods and fields by non-qualified names.
 

Methods in com.intellij.psi with parameters of type PsiShortNamesCache
abstract  void PsiManager.registerShortNamesCache(PsiShortNamesCache cache)
          Registers a custom short name cache implementation for the project, which is used in addition to the standard IDEA implementation.