3
3
/*
4
4
* This file is part of SeAT
5
5
*
6
- * Copyright (C) 2015 to 2022 Leon Jacobs
6
+ * Copyright (C) 2015 to present Leon Jacobs
7
7
*
8
8
* This program is free software; you can redistribute it and/or modify
9
9
* it under the terms of the GNU General Public License as published by
@@ -73,7 +73,6 @@ public function __construct(Client $redis = null)
73
73
* @param string $key
74
74
* @param \Seat\Eseye\Containers\EsiResponse $value
75
75
* @param int|\DateInterval|null $ttl
76
- *
77
76
* @return bool
78
77
*/
79
78
public function set (string $ key , mixed $ value , null |int |DateInterval $ ttl = null ): bool
@@ -105,7 +104,6 @@ public function set(string $key, mixed $value, null|int|DateInterval $ttl = null
105
104
/**
106
105
* @param string $key
107
106
* @param mixed|null $default
108
- *
109
107
* @return \Seat\Eseye\Containers\EsiResponse
110
108
*/
111
109
public function get (string $ key , mixed $ default = null ): mixed
@@ -133,7 +131,6 @@ public function get(string $key, mixed $default = null): mixed
133
131
134
132
/**
135
133
* @param string $key
136
- *
137
134
* @return bool
138
135
*/
139
136
public function has (string $ key ): bool
@@ -145,7 +142,6 @@ public function has(string $key): bool
145
142
146
143
/**
147
144
* @param string $key
148
- *
149
145
* @return bool
150
146
*/
151
147
public function delete (string $ key ): bool
@@ -166,7 +162,6 @@ public function clear(): bool
166
162
/**
167
163
* @param string $uri
168
164
* @param string $query
169
- *
170
165
* @return string
171
166
*/
172
167
public function buildCacheKey (string $ uri , string $ query = '' ): string
0 commit comments