public static class AbstractKieModule.CompilationCache extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Map<String,Map<String,List<AbstractKieModule.CompilationCacheEntry>>> |
compilationCache |
Constructor and Description |
---|
CompilationCache() |
Modifier and Type | Method and Description |
---|---|
void |
addEntry(String dialect,
String className,
byte[] bytecode) |
Map<String,List<AbstractKieModule.CompilationCacheEntry>> |
getCacheForDialect(String dialect) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.