Caching modes for nodes.
More...
|
| CachingModeAutomatic =(2) |
| Automatic caching.
|
|
| CachingModeDisabled =(0) |
| Caching disabled.
|
|
| CachingModeEnabled =(1) |
| Caching enabled.
|
|
◆ CachingMode() [1/2]
Constructs a CachingMode of an integer value.
- Parameters
-
value | Integer value to convert to enumeration constant. |
◆ CachingMode() [2/2]
Constructs a copy of a CachingMode object.
- Parameters
-
enum_ | CachingMode to be copy constructed. |
◆ getValue()
Returns the integer value of the enumeration constant.
- Returns
- Integer value.
Implements Enum.
◆ swigToEnum()
Converts an integer value to the matching enumeration constant.
Used internally by SWIG generated code.
- Parameters
-
swigValue | Integer value to convert to enumeration constant. |
- Returns
- Enumeration constant matching the integer value.
◆ swigValue()
Returns the integer value of the enumeration constant.
Used internally by SWIG generated code.
- Returns
- Integer value.
◆ toEnum()
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
CachingModeAutomatic =(2) |
Automatic caching.
Kanzi invalidates the cache automatically when the node or its descendants change.