Skip to content

ICacheDataAdapter

interface

Namespace: Orleans.Providers.Streams.Common

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

Methods