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