Merge pull request #61 from hishamco/using

Remove unnecessary 'Cache' usings
This commit is contained in:
Eilon Lipton 2015-09-14 10:48:53 -07:00
commit 276e918e7a
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;