Configures the location of the Distributed Cache server. You must specify one or more host:port pairs (separated by spaces) or, in the case of Redis with the Java Generator, a complete Redis URI (i.e. redis://clientid:password@localhost:6379?ssl=true&db=1).
Generators: .NET, .NET Framework, Java
Level: Generator
In a distributed caching environment, the Cache Location property allows configuring the server and port where the Cache system is operating.
Therefore, after configuring the Cache Provider property to 'Redis' or 'Memcached', the Cache Location property will be available to enter any valid location depending on the distributed caching system specified in the Cache Provider property.
If more than one location has to be specified, the locations should be separated by empty spaces.
This property applies only at design time.
The following are valid Cache Location values:
- Memcached and Redis
Cache Location = server1:11211 server2:11211
Memcached uses port 11211 by default, and Redis uses 6379. Change them only if your servers use different ones.
To apply the corresponding changes when the property value is configured, Build any object.
Cache Provider property
Cache Username property
Cache Password property