| java.lang.Object org.drools.brms.client.packages.SuggestionCompletionCache
SuggestionCompletionCache | public class SuggestionCompletionCache (Code) | | This utility cache will maintain a cache of suggestion completion engines,
as they are somewhat heavy to load.
If it needs to be loaded, then it will load, and then call the appropriate action,
and keep it in the cache.
author: Michael Neale |
doAction | public void doAction(String packageName, Command command)(Code) | | This will do the action, after refreshing the cache if necessary.
|
loadPackage | void loadPackage(String packageName, Command command)(Code) | | |
refreshPackage | public void refreshPackage(String packageName, Command done)(Code) | | Removed the package from the cache, causing it to be loaded the next time.
|
|
|