diff --git a/configuration/jsr223.md b/configuration/jsr223.md index 271ca779a..16e2938d8 100644 --- a/configuration/jsr223.md +++ b/configuration/jsr223.md @@ -441,7 +441,7 @@ It is cleared when the script engine is unloaded (i.e. usually when the script i In both cases values that are either a `ScheduledFuture` or a `Timer` are cancelled by calling `.cancel()` on the object if the object is removed automatically. -Both caches implement the `ValueCache` interface and therefore can be accessed by +Both caches implement the `org.openhab.core.automation.module.script.rulesupport.shared.ValueCache` interface and therefore can be accessed by - `Object put(String key, Object value)`: Put a key/value pair to the cache. Returns old value if already set, otherwise `null`. - `Object remove(String key)`: Remove the key/value pair from the cache. Returns old value if already set, otherwise `null`.