Uses of Class
edu.toronto.cs.util.caching.AbstractMapCache

Packages that use AbstractMapCache
edu.toronto.cs.util.caching   
 

Uses of AbstractMapCache in edu.toronto.cs.util.caching
 

Subclasses of AbstractMapCache in edu.toronto.cs.util.caching
 class NaiveMapCache
          Fairly simplistic caching.
 class UnboundedMapCache
          Fairly simplistic unbounded caching.