示例#1
0
        public bool updateCache(DocsPaVO.Caching.InfoFileCaching info)
        {
            bool retval = false;

            try
            {
                retval = CacheFileManager.updateCaching(info);
            }
            catch (Exception e)
            {
                logger.Debug("errore nel web method updatecache errore: " + e.Message);
            }


            return(retval);
        }