Namespace Alachisoft.NCache.Runtime.Caching
Classes
CacheItemAttributes
ClientInfo
This class provides detail information about cache client
Message
Message published on a topic.
MessageEventArgs
Arguments containing details of received message including topic, sender and type.
MessageFailedEventArgs
Arguments containing message failure information.
NamedTagsDictionary
ProviderCacheItem
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
Interfaces
IMessage
Contains properties required for a message to publish on a topic. Must be implemented by Message.
ITopic
Contains properties and methods required for a topic. It is implemented by Topic.
ITopicSubscription
This interface contains properties and methods of created subscription. It is implemented by TopicSubscription.
Enums
ConnectivityStatus
Represents client connectivity status.
DeliveryOption
Whom to deliver the message
MessgeFailureReason
Message delivery failure reason
Delegates
CacheClientConnectivityChangedCallback
Defines a callback method for notifying application about cache client connectivity
MessageDeliveryFailureCallback
Callback method for notifying application about message delivery failure
MessageReceivedCallback
Callback for receiving messages in application.
TopicDeletedCallback
Callback method for notifying application about topic deletion.