File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -170,14 +170,13 @@ public function bulkLoad(array $keys, ?callable $generator = null): array
170
170
/**
171
171
* Writes item into the cache.
172
172
* Dependencies are:
173
- * - Cache::Priortiy => (int) priority
174
- * - Cache::Exprie => (timestamp) expiration
173
+ * - Cache::Priority => (int) priority
174
+ * - Cache::Expire => (timestamp) expiration
175
175
* - Cache::Sliding => (bool) use sliding expiration?
176
176
* - Cache::Tags => (array) tags
177
177
* - Cache::Files => (array|string) file names
178
178
* - Cache::Items => (array|string) cache items
179
- * - Cache::Consts => (array|string) cache items
180
- *
179
+ * - Cache::Constants => (array|string) cache items
181
180
* @param mixed $key
182
181
* @param mixed $data
183
182
* @return mixed value itself
You can’t perform that action at this time.
0 commit comments