| Helper | Description |
|---|---|
| WebCache.Get(key) | Returns the object specified by key, or null if the object is not found. |
| WebCache.Remove(key) | Removes the object specified by key from the cache. |
| WebCache.Set(key, value [, minutesToCache] [, slidingExpiration]) | Puts value into the cache under the name specified by key. |
Practice Excercise Practice now