Properties deprecated

The configuration items for the Cacheservice.

com.openexchange.cacheservice.objectStoreIds=<s3:storeIdNumber> Default: [no default]
Required list of object store ids to be used. The list of object store ids is comma separated. Each configured object store is used round robin wise when storing new objects. The schema for each referenced object store id is: [s3:]storeIdNumber In case only the 'storeIdNumber' schema is used, the storeId to be set is the id returned from a previously made 'registerfilestore' call. In case the 's3:storeIdNumber' schema is used, the appropriate connection data needs to be specified by additional properties following this schema: com.openexchange.cacheservice.objectstore.s3.[storeIdNumber].*= defaultValue: /opt/readerengine

com.openexchange.cacheservice.cacheDefaults.maxKeyCount=<number> Default: 1000000
Cache defaults

com.openexchange.cacheservice.cacheDefaults.maxSizeGB=<number> Default: -1
Cache defaults

com.openexchange.cacheservice.cacheDefaults.keyTimeoutMinutes=<number> Default: 43200
Cache defaults

com.openexchange.cacheservice.cacheDefaults.cleanupPeriodSeconds=<number> Default: 300
Cache defaults

com.openexchange.cacheservice.database.host=<string> Default: [no default]
Required database connection host

com.openexchange.cacheservice.database.schema=<string> Default: cacheservicedb
O database schema to be used for object cache service

com.openexchange.cacheservice.database.user=<string> Default: [no default]
Required database user

com.openexchange.cacheservice.database.password=<string> Default: [no default]
Required database password

com.openexchange.cacheservice.database.rootPassword=<string> Default: [no default]
Optional database root password

com.openexchange.cacheservice.database.property.1=<string> Default: useUnicode=true
Optional MySQL driver properties. Additional MySQL driver properties might be appended on demand using the given schema.

com.openexchange.cacheservice.database.property.2=<string> Default: characterEncoding=UTF-8
Optional MySQL driver properties. Additional MySQL driver properties might be appended on demand using the given schema.

com.openexchange.cacheservice.database.property.3=<string> Default: autoReconnect=false
Optional MySQL driver properties. Additional MySQL driver properties might be appended on demand using the given schema.

com.openexchange.cacheservice.database.property.4=<string> Default: useServerPrepStmts=true
Optional MySQL driver properties. Additional MySQL driver properties might be appended on demand using the given schema.

com.openexchange.cacheservice.database.property.5=<string> Default: useTimezone=true
Optional MySQL driver properties. Additional MySQL driver properties might be appended on demand using the given schema.

com.openexchange.cacheservice.database.property.6=<string> Default: serverTimezone=UTC
Optional MySQL driver properties. Additional MySQL driver properties might be appended on demand using the given schema.

com.openexchange.cacheservice.database.property.7=<string> Default: connectTimeout=10000
Optional MySQL driver properties. Additional MySQL driver properties might be appended on demand using the given schema.

com.openexchange.cacheservice.database.property.8=<string> Default: socketTimeout=300000
Optional MySQL driver properties. Additional MySQL driver properties might be appended on demand using the given schema.

com.openexchange.cacheservice.database.property.9=<string> Default: prepStmtCacheSize=250
Optional MySQL driver properties. Additional MySQL driver properties might be appended on demand using the given schema.

com.openexchange.cacheservice.database.property.10=<string> Default: prepStmtCacheSqlLimit=4096
Optional MySQL driver properties. Additional MySQL driver properties might be appended on demand using the given schema.

com.openexchange.cacheservice.database.property.11=<string> Default: cachePrepStmts=true
Optional MySQL driver properties. Additional MySQL driver properties might be appended on demand using the given schema.

com.openexchange.cacheservice.database.property.12=<string> Default: useSSL=false
Optional MySQL driver properties. Additional MySQL driver properties might be appended on demand using the given schema.

com.openexchange.cacheservice.database.property.13=<string> Default: requireSSL=false
Optional MySQL driver properties. Additional MySQL driver properties might be appended on demand using the given schema.

com.openexchange.cacheservice.database.property.14=<string> Default: verifyServerCertificate=false
Optional MySQL driver properties. Additional MySQL driver properties might be appended on demand using the given schema.

com.openexchange.cacheservice.database.property.15=<string> Default: enabledTLSProtocols=TLSv1,TLSv1.1,TLSv1.2
Optional MySQL driver properties. Additional MySQL driver properties might be appended on demand using the given schema.

com.openexchange.cacheservice.database.property.16=<string> Default: clientCertificateKeyStoreUrl=
Optional MySQL driver properties. Additional MySQL driver properties might be appended on demand using the given schema.

com.openexchange.cacheservice.database.property.17=<string> Default: clientCertificateKeyStorePassword=
Optional MySQL driver properties. Additional MySQL driver properties might be appended on demand using the given schema.

com.openexchange.cacheservice.database.property.18=<string> Default: clientCertificateKeyStoreType=
Optional MySQL driver properties. Additional MySQL driver properties might be appended on demand using the given schema.

com.openexchange.cacheservice.database.property.19=<string> Default: trustCertificateKeyStoreUrl=
Optional MySQL driver properties. Additional MySQL driver properties might be appended on demand using the given schema.

com.openexchange.cacheservice.database.property.20=<string> Default: trustCertificateKeyStorePassword=
Optional MySQL driver properties. Additional MySQL driver properties might be appended on demand using the given schema.

com.openexchange.cacheservice.database.property.21=<string> Default: trustCertificateKeyStoreType=
Optional MySQL driver properties. Additional MySQL driver properties might be appended on demand using the given schema.

com.openexchange.cacheservice.database.connectionpool.maxPoolSize=<number> Default: 30
The optional database connection pool settings

com.openexchange.cacheservice.database.connectionpool.connectTimeout=<number> Default: 10000
The optional database connection pool settings

com.openexchange.cacheservice.database.connectionpool.idleTimeout=<number> Default: 300000
The optional database connection pool settings

com.openexchange.cacheservice.database.connectionpool.maxLifetime=<number> Default: 600000
The optional database connection pool settings

com.openexchange.cacheservice.spoolPath=<string> Default: /var/spool/open-xchange/cacheservice
The path to the directory, the bundle should use as working directory. Fast access to files in this directory is preferred in order to speed up the processing of files.

com.openexchange.cacheservice.useSSL=<boolean> Default: false
Determines, if the server is listening to secure requests only. If customer provides own certificates, this value should be set to true and appropriate key store config values should be provided for security reasons.

com.openexchange.cacheservice.objectstore.file.1.path=<string> Default: [no default]
Specification schema for S3 object store to be used by cacheservice. The [storeIdNumber] placeholder relates to the id specified as s3:[storeIdNumber] within the list of object store ids specified via the com.openexchange.cacheservice.objectStoreIds config item and needs to be replaced accordingly when configuring an S3 object store connection. Required root path (e.g. "/var/opt/openexchange/cacheservice") under which all files will be stored.

com.openexchange.cacheservice.objectstore.s3.1.endpoint=<string> Default: [no default]
Specification schema for S3 object store to be used by cacheservice. The [storeIdNumber] placeholder relates to the id specified as s3:[storeIdNumber] within the list of object store ids specified via the com.openexchange.cacheservice.objectStoreIds config item and needs to be replaced accordingly when configuring an S3 object store connection. Required endpoint (e.g. "ec2.amazonaws.com") or a full URL, including the protocol (e.g. "https://ec2.amazonaws.com") of the region specific AWS endpoint this client will communicate with.

com.openexchange.cacheservice.objectstore.s3.1.bucketName=<string> Default: [no default]
Required name of the bucket to use. The bucket will be created automatically if it not yet exists. However, it's still possible to use an already existing one. There are some naming restrictions, please refer to http://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html for details.

com.openexchange.cacheservice.objectstore.s3.1.accessKey=<string> Default: [no default]
Required AWS access key to use for the object store connection.

com.openexchange.cacheservice.objectstore.s3.1.secretKey=<string> Default: [no default]
Required secret key to use for the object store connection.

com.openexchange.cacheservice.objectstore.sproxyd.1.endpoint=<string> Default: [no default]
Required host as : pair to be used for network communication.

com.openexchange.cacheservice.objectstore.sproxyd.1.path=<string> Default: /proxy/cacheservice
Optional path under which sproxyd is available. The path must lead to the namespace under