Package org.trustdeck.configuration
Class CachingConfig
java.lang.Object
org.trustdeck.configuration.CachingConfig
This class provides configuration for the caching.
- Author:
- Armin Müller
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.hazelcast.config.ConfigThis method is used to initialize the hazelcast cache configuration object.
-
Constructor Details
-
CachingConfig
public CachingConfig()
-
-
Method Details
-
hazelcastConfig
@Bean public com.hazelcast.config.Config hazelcastConfig()This method is used to initialize the hazelcast cache configuration object.- Returns:
- a configuration object to use for initializing a hazelcast instance
-