Caching modes for nodes.
More...
|
| CachingMode (int mValue) |
|
| CachingMode (CachingMode enum_) |
|
int | getValue () |
| Returns the integer value of the enumeration constant. More...
|
|
final int | swigValue () |
|
Returns the integer value of the enumeration constant.
- Returns
- Integer value.
Implements Enum.
Converts an integer value to the matching enumeration constant.
- Parameters
-
value | Integer value to convert to enumeration constant. |
- Returns
- Enumeration constant matching the integer value.
CachingModeAutomatic =(2) |
Automatic caching.
Kanzi invalidates the cache automatically when the node or its descendants change.