WebCache 类

定义

提供可存储经常访问的数据的缓存。

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

方法

Get(String)

WebCache 对象检索指定项。

Remove(String)

WebCache 对象中删除指定的项。

Set(String, Object, Int32, Boolean)

WebCache 对象插入项。

适用于