nerdexam
IBM

C9530-001 · Question #3

What is one method to keep the cache clean in IBM Integration Bus?

The correct answer is A. Define a timeout parameter in the Policy file. When you get an MbGlobalMap object, you can specify how long the data remains in the global cache before it is removed automatically. This time is known as the time to live and is counted from when that map entry is last updated. By default, the time to live is set to zero so…

Application Development for Connectivity and Integration

Question

What is one method to keep the cache clean in IBM Integration Bus?

Options

  • ADefine a timeout parameter in the Policy file.
  • BUse the MbGlobalMapSeccionPolicy class to expire the Global Cache variable.
  • CSet up an external process to check the variables that have not been modified in a speculated
  • DUse remove() on the MbGlobalMap class. In case of a catastrophic crash of the node, the cache

How the community answered

(28 responses)
  • A
    82% (23)
  • B
    11% (3)
  • C
    4% (1)
  • D
    4% (1)

Explanation

When you get an MbGlobalMap object, you can specify how long the data remains in the global cache before it is removed automatically. This time is known as the time to live and is counted from when that map entry is last updated. By default, the time to live is set to zero so that the data is never removed. To set a specific time to live, create a session policy, which you can reference from the MbGlobalMap object.

Topics

#Global Cache#Policy file#cache management#timeout parameter

Community Discussion

No community discussion yet for this question.

Full C9530-001 Practice