RefreshDirtyCache
- Last Updated: January 10, 2022
- 1 minute read
- DataDirect Connectors
- JDBC
- Autonomous REST Connector 6.0
- Documentation
Purpose
Specifies whether the driver refreshes a dirty cache on the next fetch operation from the cache. A cache is marked as dirty when a row is inserted into or deleted from a cached table or a row in the cached table is updated.
Valid Values
true | false
Behavior
If set to true, a dirty cache is refreshed when the cache is referenced in a fetch operation. The cache state is set to initialized if the refresh succeeds.
If set to false, a dirty cache is not refreshed when the cache is referenced in a fetch operation.
Data Source Methods
public Boolean getRefreshDirtyCache()
public void setRefreshDirtyCache(Boolean)
Default Value
true
Data Type
Boolean