| Package | Description |
|---|---|
| edu.mit.jwi |
Provides the main dictionary interface and a default implementation.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CachingDictionary.ItemCache
An LRU cache for objects in JWI.
|
| Modifier and Type | Method and Description |
|---|---|
protected ICachingDictionary.IItemCache |
CachingDictionary.createCache()
This operation creates the cache that is used by the dictionary.
|
ICachingDictionary.IItemCache |
CachingDictionary.getCache() |
ICachingDictionary.IItemCache |
ICachingDictionary.getCache()
Returns the cache used by this dictionary, so that it may be configured
or manipulated directly.
|
Copyright © 2018. All rights reserved.