HazelcastCacheManager
Implementations: ExternalHazelcastCacheManager
EmbeddedHazelcastCacheManager
A Hazelcast Cache Manager which manages connections to Hazelcast and provides cache instances. | Hazelcast Cache Name | hazelcast-cache-name | | | The name of a given cache. A Hazelcast cluster may handle multiple independent caches, each identified by a name. Clients using caches with the same name are working on the same data structure within Hazelcast. Supports Expression Language: true (will be evaluated using variable registry only) |
Hazelcast Entry Lifetime | hazelcast-entry-ttl | 0 secs | | Indicates how long the written entries should exist in Hazelcast. Setting it to '0 secs' means that the datawill exists until its deletion or until the Hazelcast server is shut down. |
State management:
This component does not store state.Restricted:
This component is not restricted.System Resource Considerations:
None specified.