Description:
Provides a set (collection of unique values) cache that can be accessed over a socket. Interaction with this service is typically accomplished via a DistributedSetCacheClient service.
Tags:
distributed, set, distinct, cache, server
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.
Name | Default Value | Allowable Values | Description |
Port | 4557 | The port to listen on for incoming connections | |
Maximum Cache Entries | 10000 | The maximum number of cache entries that the cache can hold | |
Eviction Strategy | Least Frequently Used |
* Least Frequently Used * Least Recently Used * First In, First Out |
Determines which strategy should be used to evict values from the cache to make room for new entries |
Persistence Directory | If specified, the cache will be persisted in the given directory; if not specified, the cache will be in-memory only | ||
SSL Context Service |
Controller Service API: SSLContextService Implementation: StandardSSLContextService |
If specified, this service will be used to create an SSL Context that will be used to secure communications; if not specified, communications will not be secure |
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page