public bool insertCacheConStream(DocsPaVO.Caching.InfoFileCaching fileInfo, byte[] stream) { bool retval = false; try { retval = CacheFileManager.insertCacheConStream(fileInfo, stream); } catch (Exception e) { logger.Debug("errore nel web method GetDocPathAdvanced errore: " + e.Message); } return(retval); }