WebCache Class

Definition

Provides a cache to store frequently accessed data.

public static class WebCache
type WebCache = class
Public Class WebCache
Inheritance
WebCache

Methods

Get(String)

Retrieves the specified item from the WebCache object.

Remove(String)

Removes the specified item from the WebCache object.

Set(String, Object, Int32, Boolean)

Inserts an item into the WebCache object.

Applies to