This module is for use on the containers that do not host the Term Lexicon Manager. The Term Lexicon Manager Delegate is a cache of terms and their unique IDs. Each time the Term Lexicon Manager Delegate fetches a value from the Term Lexicon Manager, the value is cached. This reduces the amount of RMI communication between the two hosting containers.
The Term Lexicon Manager Delegate settings are loaded through the TermLexiconModuleDelegate.default.xml configuration file.
The only parameter in the configuration file is cache.capacity, which represents the number of terms that can be cached locally.