Merge commit '3a49136da839d331884d4f43f9fb625417c9c928' into HEAD
commit
9d3589f2df
|
@ -402,6 +402,16 @@ sharedCache.remove("x")
|
|||
|
||||
:::
|
||||
|
||||
::: tab DSL
|
||||
|
||||
```java
|
||||
sharedCache.put('foo', 'bar')
|
||||
sharedCache.get('foo') // returns null if doesn't exist
|
||||
shareCache.put('foo', null) // deletes the entry
|
||||
```
|
||||
|
||||
:::
|
||||
|
||||
::: tab Jython
|
||||
|
||||
```python
|
||||
|
|
Loading…
Reference in New Issue