SimpleRedisDistributedMapCacheClientService

Description:

An implementation of DistributedMapCacheClient that uses Redis as the backing cache. This service is intended to be used when a non-atomic DistributedMapCacheClient is required.

Tags:

redis, distributed, cache, map

Properties:

In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values.

Display NameAPI NameDefault ValueAllowable ValuesDescription
Redis Connection Poolredis-connection-poolController Service API:
RedisConnectionPool
Implementation: RedisConnectionPoolService
No Description Provided.
TTLredis-cache-ttl0 secsIndicates how long the data should exist in Redis. Setting '0 secs' would mean the data would exist forever

State management:

This component does not store state.

Restricted:

This component is not restricted.

System Resource Considerations:

None specified.