Namespace Alachisoft.NCache.Runtime.Caching
CacheItemAttributes
CacheItemAttributes contains Cache Items Attributes information in it
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
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.
ProviderCacheItem
ProviderCacheItem is just like a CacheItem , but it has some limited fields
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
WriteOperations
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.
ConnectivityStatus
Represents client connectivity status.
DeliveryOption
Whom to deliver the message
MessgeFailureReason
Message delivery failure reason
WriteOperationType
Used to log the operations type in Write behind
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.