Package com.alachisoft.ncache.runtime.caching
-
Interface Summary 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 TopicSubscription interface which is returned against the desired topic, containing information for topic subscriptions. -
Class Summary Class Description CacheItemAttributes The CacheItemAttributes contains the information about the ache attributes.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 This class represents the 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 A class that defines how fetch operations can be handled through the datasource if the desired data is not present in the cache.Tag Represents a 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 This class represents the result(s) of data source operations.WriteThruOptions A class that defines WriteThruOptions regarding updating the data source. -
Enum Summary 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.MessageFailureReason The reason for failed message delivery.ReadMode Enumeration that defines the read mode if the item is not found in the cache.SubscriptionPolicy Defines the policy used in case of Durable subscription.WriteBehindOpStatus Enumeration that defines the status of write behind operation.WriteMode Enumeration that defines the update operation on the cache that can update data source.