CacheStoreProvider.Insert(String, Object, CacheInsertOptions) メソッド

定義

オブジェクトと依存関係をキャッシュに挿入します。

public:
 abstract void Insert(System::String ^ key, System::Object ^ item, System::Web::Caching::CacheInsertOptions ^ options);
public abstract void Insert (string key, object item, System.Web.Caching.CacheInsertOptions options);
abstract member Insert : string * obj * System.Web.Caching.CacheInsertOptions -> unit
Public MustOverride Sub Insert (key As String, item As Object, options As CacheInsertOptions)

パラメーター

key
String

オブジェクトの参照に使用されるキー。

item
Object

キャッシュに挿入する項目。

options
CacheInsertOptions

キャッシュ オプション。

適用対象