Sub Page_Load
Dim strTime As String
strTime = Cache( "Time" )
If strTime Is Nothing Then
strTime = DateTime.Now.ToString( "T" )
Cache.Insert("Time", str
Sub Page_Load
Dim objItem As DictionaryEntry
For each objItem in Cache
lblContents.Text &= "" & objItem.Key
lblContents.Text &= "=" & objItem.Value.ToS