logo

What is the role of Hazelcast's ICache interface?

A)  To provide a distributed thread pool
B)  To allow nodes to communicate with each other
C)  To provide a distributed key-value store with caching capabilities
D)  None of the above

Correct Answer :   To provide a distributed key-value store with caching capabilities


Explanation : Hazelcast’s ICache interface provides a distributed key-value store with caching capabilities, allowing frequently accessed data to be stored in memory for improved performance.