Uses of Class
org.drools.compiler.kie.builder.impl.InternalKieModule.CompilationCache
-
Packages that use InternalKieModule.CompilationCache Package Description org.drools.compiler.builder.impl org.drools.compiler.kie.builder.impl -
-
Uses of InternalKieModule.CompilationCache in org.drools.compiler.builder.impl
Methods in org.drools.compiler.builder.impl that return InternalKieModule.CompilationCache Modifier and Type Method Description InternalKieModule.CompilationCacheKnowledgeBuilderConfigurationImpl. getCompilationCache()Methods in org.drools.compiler.builder.impl with parameters of type InternalKieModule.CompilationCache Modifier and Type Method Description voidKnowledgeBuilderConfigurationImpl. setCompilationCache(InternalKieModule.CompilationCache cache) -
Uses of InternalKieModule.CompilationCache in org.drools.compiler.kie.builder.impl
Fields in org.drools.compiler.kie.builder.impl with type parameters of type InternalKieModule.CompilationCache Modifier and Type Field Description protected Map<String,InternalKieModule.CompilationCache>AbstractKieModule. compilationCacheMethods in org.drools.compiler.kie.builder.impl that return InternalKieModule.CompilationCache Modifier and Type Method Description InternalKieModule.CompilationCacheAbstractKieModule. getCompilationCache(String kbaseName)InternalKieModule.CompilationCacheCompilationCacheProvider.DefaultCompilationCacheProvider. getCompilationCache(AbstractKieModule kieModule, Map<String,InternalKieModule.CompilationCache> compilationCache, String kbaseName)InternalKieModule.CompilationCacheCompilationCacheProvider. getCompilationCache(AbstractKieModule kieModule, Map<String,InternalKieModule.CompilationCache> compilationCache, String kbaseName)default InternalKieModule.CompilationCacheInternalKieModule. getCompilationCache(String kbaseName)Method parameters in org.drools.compiler.kie.builder.impl with type arguments of type InternalKieModule.CompilationCache Modifier and Type Method Description InternalKieModule.CompilationCacheCompilationCacheProvider.DefaultCompilationCacheProvider. getCompilationCache(AbstractKieModule kieModule, Map<String,InternalKieModule.CompilationCache> compilationCache, String kbaseName)InternalKieModule.CompilationCacheCompilationCacheProvider. getCompilationCache(AbstractKieModule kieModule, Map<String,InternalKieModule.CompilationCache> compilationCache, String kbaseName)
-