Class GremlinLangPlugin.Builder
java.lang.Object
org.apache.tinkerpop.gremlin.jsr223.GremlinLangPlugin.Builder
- Enclosing class:
- GremlinLangPlugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncacheEnabled(boolean cacheEnabled) Provide a Caffeine spec formatted cache definition to configure the cache.create()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cacheEnabled
-
caffeine
Provide a Caffeine spec formatted cache definition to configure the cache. For example, "maximumWeight=1000, expireAfterWrite=10m", see Caffeine Documatation for details. -
create
-