public interface CacheManager
Modifier and Type | Interface and Description |
---|---|
static class |
CacheManager.SERVICE |
Modifier and Type | Method and Description |
---|---|
PsiFile [] |
getFilesWithWord(java.lang.String word,
short occurenceMask,
GlobalSearchScope scope,
boolean caseSensitively) |
VirtualFile [] |
getVirtualFilesWithWord(java.lang.String word,
short occurenceMask,
GlobalSearchScope scope,
boolean caseSensitively) |
boolean |
processFilesWithWord(Processor<? super PsiFile> processor,
java.lang.String word,
short occurenceMask,
GlobalSearchScope scope,
boolean caseSensitively) |
PsiFile [] getFilesWithWord(java.lang.String word, short occurenceMask, GlobalSearchScope scope, boolean caseSensitively)
VirtualFile [] getVirtualFilesWithWord(java.lang.String word, short occurenceMask, GlobalSearchScope scope, boolean caseSensitively)
boolean processFilesWithWord(Processor<? super PsiFile> processor, java.lang.String word, short occurenceMask, GlobalSearchScope scope, boolean caseSensitively)