setTransactionCacheParameter
The service sets new runtime parameters for the cache of the transaction store.
- Input parameters
-
- writeCache
- Optional. State of the write cache.
- On- Write cache of the transaction is turned on.
- Any other value. Write cache of the transaction is turned off.
- cacheTimeToLive
- Optional. This value sets the maximum time-to-live for a cache entry (value in seconds). Valid range 0-500.
- cachFlushPeriod
- Optional. This value sets the time period after which unmodified cache entries are flushed (value in seconds). Valid range 0-100.
Return values
None.