Configuring Cache
Hazelcast offers a specification-compliant JCache implementation. The Hazelcast JCache implementation is 100% TCK (Technology Compatibility Kit) compliant and therefore passes all specification requirements. You can create and configure JCache using the Cache
custom resource.
Configuring a Cache Resource
You can use any of the following configuration options in the Cache
resource. For more information, see the API Reference.
Field | Description |
---|---|
|
Name of the cache configuration that you’re creating. If empty, the custom resource (CR) name is used. |
|
Defines the name of the Hazelcast resource for which the cache configuration is created. |
|
Count of synchronous backups. |
|
Count of asynchronous backups. |
|
Fully qualified class name of the cache key type. |
|
Fully qualified class name of the cache value type. |
|
When enabled, the cache data will be persisted. |
|
Represents the format options for storing the data in cache. |