@Deprecated
public interface ICodeReaderCache
Modifier and Type | Method and Description |
---|---|
void |
flush()
Deprecated.
|
CodeReader |
get(java.lang.String key)
Deprecated.
Retrieves the CodeReader corresponding to the key specified that represents the
path for that CodeReader.
|
CodeReader |
get(java.lang.String key,
IIndexFileLocation ifl)
Deprecated.
Retrieves the CodeReader corresponding to the key specified that represents the
path for that CodeReader.
|
int |
getCurrentSpace()
Deprecated.
Returns the amount of space that the cache is using.
|
CodeReader |
remove(java.lang.String key)
Deprecated.
Used to remove the CodeReader corresponding to the path specified by key from the cache.
|
CodeReader get(java.lang.String key)
key
- the path corresponding to the CodeReader, generally:
fileToParse.getLocation().toOSString()CodeReader get(java.lang.String key, IIndexFileLocation ifl) throws CoreException, java.io.IOException
key
- the path corresponding to the CodeReader, generally:
fileToParse.getLocation().toOSString()java.io.IOException
CoreException
CodeReader remove(java.lang.String key)
key
- the path of the CodeReader to be removedint getCurrentSpace()
void flush()