Class GremlinLangCustomizer
java.lang.Object
org.apache.tinkerpop.gremlin.jsr223.GremlinLangCustomizer
- All Implemented Interfaces:
Customizer
Designed to provide basic configuration options to the
GremlinLangScriptEngine.-
Constructor Summary
ConstructorsConstructorDescriptionGremlinLangCustomizer(boolean cacheEnabled, com.github.benmanes.caffeine.cache.Caffeine cacheBuilder) -
Method Summary
Modifier and TypeMethodDescriptioncom.github.benmanes.caffeine.cache.Caffeineboolean
-
Constructor Details
-
GremlinLangCustomizer
public GremlinLangCustomizer(boolean cacheEnabled, com.github.benmanes.caffeine.cache.Caffeine cacheBuilder)
-
-
Method Details
-
isCacheEnabled
public boolean isCacheEnabled() -
getCacheMaker
public com.github.benmanes.caffeine.cache.Caffeine getCacheMaker()
-