Class InternalStoreCallable
java.lang.Object
de.uplanet.lucy.server.store.scripting.velocity.InternalStoreCallable
@VelocityVariable("Store")
@VelocityCallable("instance")
public final class InternalStoreCallable
extends Object
-
Nested Class Summary
Modifier and TypeClassDescriptionfinal class
Access the internal ephemeral key-value store. -
Constructor Summary
ConstructorDescriptionInternalStoreCallable
(Supplier<de.uplanet.lucy.server.ephemeralstore.IEphemeralKeyValueStore> p_ekvsSupplier) -
Method Summary
Modifier and TypeMethodDescriptionGet access to the internal ephemeral key-value store.
-
Constructor Details
-
InternalStoreCallable
public InternalStoreCallable(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.
-