@@ -4,12 +4,12 @@ |
||
4 | 4 | |
5 | 5 | use Closure; |
6 | 6 | use Illuminate\Http\Request; |
7 | +use Spatie\ResponseCache\CacheProfiles\CacheProfile; |
|
8 | +use Spatie\ResponseCache\Events\CacheMissed; |
|
9 | +use Spatie\ResponseCache\Events\ResponseCacheHit; |
|
7 | 10 | use Spatie\ResponseCache\ReplacerInterface; |
8 | 11 | use Spatie\ResponseCache\ResponseCache; |
9 | -use Spatie\ResponseCache\Events\CacheMissed; |
|
10 | 12 | use Symfony\Component\HttpFoundation\Response; |
11 | -use Spatie\ResponseCache\Events\ResponseCacheHit; |
|
12 | -use Spatie\ResponseCache\CacheProfiles\CacheProfile; |
|
13 | 13 | |
14 | 14 | class CacheResponse |
15 | 15 | { |
@@ -3,9 +3,9 @@ |
||
3 | 3 | namespace Spatie\ResponseCache; |
4 | 4 | |
5 | 5 | use Illuminate\Http\Request; |
6 | +use Spatie\ResponseCache\CacheProfiles\CacheProfile; |
|
6 | 7 | use Spatie\ResponseCache\Replacers\ReplacerInterface; |
7 | 8 | use Symfony\Component\HttpFoundation\Response; |
8 | -use Spatie\ResponseCache\CacheProfiles\CacheProfile; |
|
9 | 9 | |
10 | 10 | class ResponseCache |
11 | 11 | { |