From 6101a65620a1e4c4366ba5855c980b0c8dde213e Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Wed, 5 Apr 2017 11:46:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9A=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E6=93=8D=E4=BD=9C=E6=97=A5=E5=BF=97=E6=8A=8A?= =?UTF-8?q?=E6=89=80=E6=9C=89=E7=BC=93=E5=AD=98=E9=83=BD=E6=B8=85=E9=99=A4?= =?UTF-8?q?=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/App_Start/DBPublisher.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Bootstrap.Admin/App_Start/DBPublisher.cs b/Bootstrap.Admin/App_Start/DBPublisher.cs index 1d3d265a..ad118737 100644 --- a/Bootstrap.Admin/App_Start/DBPublisher.cs +++ b/Bootstrap.Admin/App_Start/DBPublisher.cs @@ -1,5 +1,4 @@ using Bootstrap.DataAccess; -using Longbow.Caching; using Longbow.ExceptionManagement; using Longbow.ExceptionManagement.Configuration; using System; @@ -22,7 +21,6 @@ namespace Bootstrap.Admin { if (publisherElement.Mode == PublisherMode.Off) return; ExceptionHelper.Log(ex, additionalInfo); - CacheManager.Clear(); } } } \ No newline at end of file