Uses of Class
cloud.opencode.base.expression.compiler.ExpressionCache
Packages that use ExpressionCache
-
Uses of ExpressionCache in cloud.opencode.base.expression.compiler
Methods in cloud.opencode.base.expression.compiler that return ExpressionCacheModifier and TypeMethodDescriptionstatic ExpressionCacheExpressionCache.create(int maxSize) Create a new cache 创建新缓存ExpressionCompiler.getCache()Get the cache 获取缓存static ExpressionCacheExpressionCache.global()Get the global cache instance 获取全局缓存实例Methods in cloud.opencode.base.expression.compiler with parameters of type ExpressionCacheModifier and TypeMethodDescriptionExpressionCompiler.Builder.cache(ExpressionCache cache) Set the cache 设置缓存Constructors in cloud.opencode.base.expression.compiler with parameters of type ExpressionCacheModifierConstructorDescriptionExpressionCompiler(ExpressionCache cache, Optimizer optimizer, boolean optimizationEnabled) Create compiler with custom settings 使用自定义设置创建编译器