File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
namespace CrowdSecBouncer ;
6
6
7
+ use CrowdSecBouncer \Fixes \Memcached \TagAwareAdapter as MemcachedTagAwareAdapter ;
7
8
use DateTime ;
8
9
use Exception ;
9
10
use IPLib \Address \AddressInterface ;
17
18
use Symfony \Component \Cache \Adapter \TagAwareAdapter ;
18
19
use Symfony \Component \Cache \Adapter \TagAwareAdapterInterface ;
19
20
use Symfony \Component \Cache \PruneableInterface ;
20
- use CrowdSecBouncer \Fixes \Memcached \TagAwareAdapter as MemcachedTagAwareAdapter ;
21
21
22
22
/**
23
23
* The cache mechanism to store every decision from LAPI/CAPI. Symfony Cache component powered.
Original file line number Diff line number Diff line change 2
2
3
3
namespace CrowdSecBouncer ;
4
4
5
+ use CrowdSecBouncer \Fixes \Memcached \TagAwareAdapter as MemcachedTagAwareAdapter ;
5
6
use ErrorException ;
6
7
use Exception ;
7
8
use IPLib \Factory ;
8
9
use Symfony \Component \Cache \Adapter \AbstractAdapter ;
9
10
use Symfony \Component \Cache \Adapter \MemcachedAdapter ;
10
- use CrowdSecBouncer \Fixes \Memcached \TagAwareAdapter as MemcachedTagAwareAdapter ;
11
11
use Symfony \Component \Cache \Adapter \PhpFilesAdapter ;
12
12
use Symfony \Component \Cache \Adapter \RedisAdapter ;
13
13
use Symfony \Component \Cache \Adapter \RedisTagAwareAdapter ;
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
+ use CrowdSecBouncer \Fixes \Memcached \TagAwareAdapter as MemcachedTagAwareAdapter ;
5
6
use Monolog \Formatter \LineFormatter ;
6
7
use Monolog \Handler \StreamHandler ;
7
8
use Monolog \Logger ;
8
9
use Symfony \Component \Cache \Adapter \MemcachedAdapter ;
9
- use CrowdSecBouncer \Fixes \Memcached \TagAwareAdapter as MemcachedTagAwareAdapter ;
10
10
use Symfony \Component \Cache \Adapter \PhpFilesAdapter ;
11
11
use Symfony \Component \Cache \Adapter \RedisAdapter ;
12
12
use Symfony \Component \Cache \Adapter \RedisTagAwareAdapter ;
You can’t perform that action at this time.
0 commit comments