Uses of Interface
edu.rice.cs.drjava.model.cache.DCacheAdapter

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

Methods in edu.rice.cs.drjava.model.cache that return DCacheAdapter
 DCacheAdapter DocumentCache.register(OpenDefinitionsDocument odd, DDReconstructor rec)
          Returns a cache adapter corresponding to the owner of the given reconstructor.
 

Methods in edu.rice.cs.drjava.model.cache with parameters of type DCacheAdapter
 void DocumentCache.RegistrationListener.registered(OpenDefinitionsDocument odd, DCacheAdapter man)