Remove unnecessary 'Cache' usings

This commit is contained in:
Hisham Bin Ateya 2015-09-13 02:10:04 +03:00
parent 2bd83e1589
commit c2a267b2df
1 changed files with 0 additions and 2 deletions

View File

@ -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;