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(keyvalue [, minutesToCache] [, slidingExpiration]) Puts value into the cache under the name specified by key.



Practice Excercise Practice now