修改BUG:数据库操作日志把所有缓存都清除了
This commit is contained in:
parent
7f7ecead88
commit
6101a65620
|
@ -1,5 +1,4 @@
|
||||||
using Bootstrap.DataAccess;
|
using Bootstrap.DataAccess;
|
||||||
using Longbow.Caching;
|
|
||||||
using Longbow.ExceptionManagement;
|
using Longbow.ExceptionManagement;
|
||||||
using Longbow.ExceptionManagement.Configuration;
|
using Longbow.ExceptionManagement.Configuration;
|
||||||
using System;
|
using System;
|
||||||
|
@ -22,7 +21,6 @@ namespace Bootstrap.Admin
|
||||||
{
|
{
|
||||||
if (publisherElement.Mode == PublisherMode.Off) return;
|
if (publisherElement.Mode == PublisherMode.Off) return;
|
||||||
ExceptionHelper.Log(ex, additionalInfo);
|
ExceptionHelper.Log(ex, additionalInfo);
|
||||||
CacheManager.Clear();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue