Remove unnecessary 'Cache' usings
This commit is contained in:
parent
2bd83e1589
commit
c2a267b2df
|
|
@ -4,8 +4,6 @@
|
|||
using System;
|
||||
using Microsoft.AspNet.Builder;
|
||||
using Microsoft.AspNet.Http;
|
||||
using Microsoft.Framework.Caching.Distributed;
|
||||
using Microsoft.Framework.Caching.Redis;
|
||||
using Microsoft.Framework.DependencyInjection;
|
||||
using Microsoft.Framework.Logging;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue