Class GroovyInternalStore
java.lang.Object
de.uplanet.lucy.server.store.scripting.groovy.GroovyInternalStore
-
Nested Class Summary
Modifier and TypeClassDescriptionfinal class
Access the internal ephemeral key-value store. -
Constructor Summary
ConstructorDescriptionGroovyInternalStore
(Supplier<de.uplanet.lucy.server.ephemeralstore.IEphemeralKeyValueStore> p_ekvsSupplier) -
Method Summary
Modifier and TypeMethodDescriptionGet access to the internal ephemeral key-value store.
-
Constructor Details
-
GroovyInternalStore
public GroovyInternalStore(Supplier<de.uplanet.lucy.server.ephemeralstore.IEphemeralKeyValueStore> p_ekvsSupplier)
-
-
Method Details
-
getEphemeral
Get access to the internal ephemeral key-value store.- Returns:
- Access to the internal ephemeral key-value store.
-