Public · Protected · Private
WebCache System.Web.Helpers.Web.Helpers
Type: Public  |  Created: 2012-08-24  |  Frozen: Yes
« Previous Public Blog Next Public Blog »
Comments
  • if(WebCache.Get("nickName") == null) {
    WebCache.Set("nickName", GetUserName(), 1000, false);}
    2012-08-24 23:34
This blog is frozen. No new comments or edits allowed.