Uses of Interface
edu.brandeis.cs.steele.util.Cache

Packages that use Cache
edu.brandeis.cs.steele.util   
edu.brandeis.cs.steele.wn   
 

Uses of Cache in edu.brandeis.cs.steele.util
 

Classes in edu.brandeis.cs.steele.util that implement Cache
 class LRUCache
          A fixed-capacity Cache that stores the n most recently used keys.
 

Uses of Cache in edu.brandeis.cs.steele.wn
 

Fields in edu.brandeis.cs.steele.wn declared as Cache
protected  Cache FileBackedDictionary.entityCache
           
 

Methods in edu.brandeis.cs.steele.wn with parameters of type Cache
 void FileBackedDictionary.setEntityCache(Cache cache)
          Set the dictionary's entity cache.