Edit

Share via


ICacheDataAdapter Interface

Definition

Pooled queue cache stores data in tightly packed structures that need to be transformed to various other formats quickly. Since the data formats may change by queue type and data format, this interface allows adapter developers to build custom data transforms appropriate for the various types of queue data.

public interface ICacheDataAdapter
type ICacheDataAdapter = interface
Public Interface ICacheDataAdapter
Derived

Methods

GetBatchContainer(CachedMessage)

Converts a cached message to a batch container for delivery

GetSequenceToken(CachedMessage)

Gets the stream sequence token from a cached message.

Applies to