public void ClearCache(string sessionid) { CacheMgr.Clear(CryptoUtils.DecryptTripleDES(sessionid)); }