Hi
we are using doument viewer(2.18) for .Net.
we are facing some performance degrade with this release.
I have intention that this could be due to method of remove old entries from Cache.
so we have decided to make seprate console application for removing old entries.
respective source codes are
cacheCleanFolderName = “cache_clean_log_” + (DateTime.Now.ToString(“yyyy-MM-dd”)).Replace("-", “_”) + “.txt”;
cache.RemoveOldEntries(olderThan, Server.MapPath("~/CacheLog/" + cacheCleanFolderName)); //removing old entries.
please let us know that using cache.removeOldEntries does affect performance, specially when we store cache at some another server.
Thanks
Puneet