Uses of Class
edu.rice.cs.drjava.model.cache.DocumentCache

Packages that use DocumentCache
edu.rice.cs.drjava.model The model package is responsible for the majority of the logic and state in DrJava. 
 

Uses of DocumentCache in edu.rice.cs.drjava.model
 

Fields in edu.rice.cs.drjava.model declared as DocumentCache
protected  DocumentCache AbstractGlobalModel._cache
          A document cache that manages how many unmodified documents are open at once.
 

Methods in edu.rice.cs.drjava.model that return DocumentCache
 DocumentCache AbstractGlobalModel.getDocumentCache()
          This method is for use only by test cases.