Uses of Package
edu.rice.cs.drjava.model.cache

Packages that use edu.rice.cs.drjava.model.cache
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. 
 

Classes in edu.rice.cs.drjava.model.cache used by edu.rice.cs.drjava.model
DocumentCache
          The document cache is a structure that maps OpenDefinitionsDocuments to DefinitionsDocuments (which contain the actual document text).
 

Classes in edu.rice.cs.drjava.model.cache used by edu.rice.cs.drjava.model.cache
DCacheAdapter
          A lightweight wrapper type for DefinitionsDocuments that may or may not be resident in memory.
DDReconstructor
          The Reconstructor is a closure that builds a document.
DocumentCache.RegistrationListener
          This interface allows the unit tests to get a handle on what's going on since the work is spread between the ODD, the cache, and the Adapters.