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
170170 /**
171171 * Writes item into the cache.
172172 * Dependencies are:
173- * - Cache::Priortiy => (int) priority
174- * - Cache::Exprie => (timestamp) expiration
173+ * - Cache::Priority => (int) priority
174+ * - Cache::Expire => (timestamp) expiration
175175 * - Cache::Sliding => (bool) use sliding expiration?
176176 * - Cache::Tags => (array) tags
177177 * - Cache::Files => (array|string) file names
178178 * - Cache::Items => (array|string) cache items
179- * - Cache::Consts => (array|string) cache items
180- *
179+ * - Cache::Constants => (array|string) cache items
181180 * @param mixed $key
182181 * @param mixed $data
183182 * @return mixed value itself
You can’t perform that action at this time.
0 commit comments