DocumentUltimateWebConfiguration.Current.CacheAutoTrimInterval = TimeSpan.FromMinutes(5); DocumentUltimateWebConfiguration.Current.CacheMaxAge = TimeSpan.FromMinutes(5);
DocumentUltimateWebConfiguration.Current.CacheAutoTrimInterval = TimeSpan.Parse("00:05"); DocumentUltimateWebConfiguration.Current.CacheMaxAge = TimeSpan.Parse("00:05");
<appSettings> <add key="DocumentUltimateWeb:CacheAutoTrimInterval" value="00:05" /> <add key="DocumentUltimateWeb:CacheMaxAge" value="00:05" /> </appSettings>
Trouble logging in? Simply enter your email address OR username in order to reset your password.
For faster and more reliable delivery, add notify@gleamtech.com to your trusted senders list in your email software.