Class CacheSimpleConfig

java.lang.Object
com.hazelcast.config.CacheSimpleConfig
All Implemented Interfaces:
NamedConfig, DataSerializable, IdentifiedDataSerializable

public class CacheSimpleConfig
extends Object
implements IdentifiedDataSerializable, NamedConfig
Simple configuration to hold parsed XML configuration. CacheConfig depends on the JCache API. If the JCache API is not in the classpath, you can use CacheSimpleConfig as a communicator between the code and CacheConfig.