Package edu.toronto.cs.util.caching

Interface Summary
Cache Cache interface.
 

Class Summary
AbstractMapCache Abstract cache class.
NaiveMapCache Fairly simplistic caching.
NullCache Cache that does absolutely no caching.
UnboundedMapCache Fairly simplistic unbounded caching.