WebCache クラス

定義

頻繁にアクセスされるデータを格納するためのキャッシュを提供します。

public static class WebCache
type WebCache = class
Public Class WebCache
継承
WebCache

メソッド

Get(String)

WebCache オブジェクトから指定した項目を取得します。

Remove(String)

オブジェクトから指定した項目を WebCache 削除します。

Set(String, Object, Int32, Boolean)

項目を WebCache オブジェクトに挿入します。

適用対象