public interface IExtensionContext extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
clearContext()
Clear all cached values
|
Object |
getValue(String key)
Get a cached value
|
void |
setValue(String key,
Object value)
Cache a value
|
Copyright © 2021 Visiativ Software. All rights reserved.