Interface | Description |
---|---|
DataSourceModifiedListener |
User needs to implement this interface in order to receive datasource modified notifications.
|
Topic |
The Topic interface facilitates creating subscription and publishing of messages against the topic.
|
TopicListener |
User needs to implement this interface in order to receive topic deleted and message delivery failure events.
|
TopicSubscription |
NCache provides ITopicSubscription interface which is returned against the desired topic,containing information for topic subscriptions.
|
Class | Description |
---|---|
CacheItemAttributes |
CacheItemAttributes contains the information about the cache item.
|
ClientInfo |
This class provides detailed information about cache client.
|
Message |
A message contains the actual data object which is sent by the publisher and delivered to the interested subscribers for the topic.
|
MessageEventArgs |
Arguments containing details of received message including topic, sender and type.
|
MessageFailedEventArgs |
Arguments containing message failure information.
|
NamedTagsDictionary |
Represents a dictionary that can be associated with the cache items to provide extra information so that items are grouped together and can be queried efficiently based on the provided information.
|
ReadThruOptions |
Class that defines the fetch operation on cache can read from data source if item not found.
|
Tag |
Represents an string based identifier that can be associated with the cache items so that they are logically grouped together and can be retrieved efficiently.
|
TopicDeleteEventArgs |
Arguments containing deleted topic information.
|
WriteBehindOpResult |
Result of data source operation.
|
WriteThruOptions |
Class that defines write-through options regarding updating the data source.
|
Enum | Description |
---|---|
ConnectivityStatus |
Represents client connectivity status.
|
DeliveryOption |
NCache provides a DeliveryOption enum which specifies how the message should be delivered to any registered subscribers.
|
DistributedDataStructure |
Enumeration that defines the data type.
|
MessgeFailureReason |
The reason for failed message delivery.
|
ReadMode |
Enumeration that defines the read mode if item is not found in cache.
|
SubscriptionPolicy |
Defines the policy used in case of Durable subscription.
|
WriteBehindOpStatus |
Enumeration that defines the staus of write behind operation.
|
WriteMode |
Enumeration that defines the update operation on cache can update data source.
|