org.drools.compiler.kie.builder.impl
Class AbstractKieModule.CompilationCache
java.lang.Object
org.drools.compiler.kie.builder.impl.AbstractKieModule.CompilationCache
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- AbstractKieModule
public static class AbstractKieModule.CompilationCache
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
compilationCache
protected final Map<String,Map<String,List<AbstractKieModule.CompilationCacheEntry>>> compilationCache
AbstractKieModule.CompilationCache
public AbstractKieModule.CompilationCache()
addEntry
public void addEntry(String dialect,
String className,
byte[] bytecode)
getCacheForDialect
public Map<String,List<AbstractKieModule.CompilationCacheEntry>> getCacheForDialect(String dialect)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.