Removes the specified item from the application's System.Web.Caching.Cache object.
key A string identifier for the cache item to remove.
The item removed from the Cache. If the value in the key parameter is not found, returns null.