Uses of Interface
edu.mit.jwi.ICachingDictionary.IItemCache

Packages that use ICachingDictionary.IItemCache
edu.mit.jwi Provides the main dictionary interface and a default implementation. 
 

Uses of ICachingDictionary.IItemCache in edu.mit.jwi
 

Classes in edu.mit.jwi that implement ICachingDictionary.IItemCache
static class CachingDictionary.ItemCache
          An LRU cache for objects in JWI.
 

Methods in edu.mit.jwi that return ICachingDictionary.IItemCache
protected  ICachingDictionary.IItemCache CachingDictionary.createCache()
          This operation creates the cache that is used by the dictionary.
 ICachingDictionary.IItemCache ICachingDictionary.getCache()
          Returns the cache used by this dictionary, so that it may be configured or manipulated directly.
 ICachingDictionary.IItemCache CachingDictionary.getCache()
           
 



Copyright © 2007-2013 Massachusetts Institute of Technology. All Rights Reserved.