共用方式為


MemoryPooledCache<TSerializer>.AddToCache 方法

定義

將訊息新增至快取

public void AddToCache (System.Collections.Generic.IList<Orleans.Streams.IBatchContainer> messages);
abstract member AddToCache : System.Collections.Generic.IList<Orleans.Streams.IBatchContainer> -> unit
override this.AddToCache : System.Collections.Generic.IList<Orleans.Streams.IBatchContainer> -> unit
Public Sub AddToCache (messages As IList(Of IBatchContainer))

參數

messages
IList<IBatchContainer>

訊息會批次。

實作

適用於