Home »
MCQs »
Hazelcast MCQs
Hazelcast Jcache provides how many methods for cache configuration?
48. Hazelcast Jcache provides how many methods for cache configuration?
- 5
- 4
- 3
- 2
Answer: D) 2
Explanation:
Hazelcast JCache provides two different methods for cache configuration:
- declaratively: using hazelcast.xml/yaml or hazelcast-client.xml/yaml
- programmatically: the typical Hazelcast way, using the Config API