Setting the timeout value for service requesters

To set the timeout value for a service requester, do the following:
In the resource bundle file for the service requester, add the cacheTimeout key as shown below:
ServiceRequester=com.ibm.btt.services.sample.SampleServiceRequester
ServiceType=SampleServiceId2
CachingEnabled=true
CacheTimeout=15   // 15 minutes
In the example above, the timeout value is 15 minutes. The default setting is 10 minutes.