CacheSessionProperties Properties

Solclient

CacheSessionProperties Properties
version: 7.2.1.27

The CacheSessionProperties type exposes the following members.

Properties
  Name Description
Public property CacheName
The identifier for the cache to send cache requests to. Default: ""
Public property 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.
Public property Count
Returns the count of properties.
(Inherited from BaseProperties.)
Public property MaxMessageAgeInSecs
The age (in seconds) of the oldest message to retrieve from the cache. Default: 0 scecs
Public property MaxMessagesPerTopic
The maximum number of messages to retrieve from the cache for any one topic. Default: 1
Top
See Also