Uses of Interface
edu.toronto.cs.util.caching.Cache

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

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

Classes in edu.toronto.cs.util.caching that implement Cache
 class AbstractMapCache
          Abstract cache class.
 class NaiveMapCache
          Fairly simplistic caching.
 class NullCache
          Cache that does absolutely no caching.
 class UnboundedMapCache
          Fairly simplistic unbounded caching.