Configures the location of the Distributed Cache server. You must specify space-separated host:port pairs for Memcached, a comma-separated host:port list for Redis on .NET or .NET Framework, or a complete Redis URI for Redis on Java (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 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