Uses of Class
org.openl.rules.vm.CacheMode
-
Packages that use CacheMode Package Description org.openl.rules.vm org.openl.rules.vm.ce -
-
Uses of CacheMode in org.openl.rules.vm
Methods in org.openl.rules.vm that return CacheMode Modifier and Type Method Description CacheModeSimpleRulesRuntimeEnv. getCacheMode()static CacheModeCacheMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheMode[]CacheMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openl.rules.vm with parameters of type CacheMode Modifier and Type Method Description voidSimpleRulesRuntimeEnv. changeMethodArgumentsCacheMode(CacheMode mode) -
Uses of CacheMode in org.openl.rules.vm.ce
Methods in org.openl.rules.vm.ce that return CacheMode Modifier and Type Method Description CacheModeSimpleRulesRuntimeEnvMT. getCacheMode()Methods in org.openl.rules.vm.ce with parameters of type CacheMode Modifier and Type Method Description voidSimpleRulesRuntimeEnvMT. changeMethodArgumentsCacheMode(CacheMode mode)
-