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. 
edu.rice.cs.drjava.model.cache The idea behind this new interface is that the rest of the model should not talk directly to the document cache but rather to an adapter to the cache. 
 

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.
 

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

Fields in edu.rice.cs.drjava.model.cache declared as DocumentCache
private  DocumentCache DocumentCacheTest._cache