10.28.13

CacheSessionProperties Properties

Properties

CacheName The identifier for the cache to send cache requests to. Default: ""
CacheRequestTimeoutInMsecs The timeout period (in milliseconds) to wait for a response from the cache. The default value is 10000 (10 seconds) The minimum configurable value is 3000 (3 seconds). This is a protocol timer used internally by the API on each message exchange with solCache. A single call to ICacheSession.SendCacheRequest() may lead to many request-reply exchanges with solCache and so is not bounded by this timer as long as each internal request is satisified in time.
Count Returns the count of properties.
(Inherited from BaseProperties)
MaxMessageAgeInSecs The age (in seconds) of the oldest message to retrieve from the cache. Default: 0 scecs
MaxMessagesPerTopic The maximum number of messages to retrieve from the cache for any one topic. Default: 1

See Also