Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
milo authored and dg committed Jan 13, 2023
1 parent 4c96290 commit 5731714
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Caching/Cache.php
Expand Up @@ -170,14 +170,13 @@ public function bulkLoad(array $keys, ?callable $generator = null): array
/**
* Writes item into the cache.
* Dependencies are:
* - Cache::Priortiy => (int) priority
* - Cache::Exprie => (timestamp) expiration
* - Cache::Priority => (int) priority
* - Cache::Expire => (timestamp) expiration
* - Cache::Sliding => (bool) use sliding expiration?
* - Cache::Tags => (array) tags
* - Cache::Files => (array|string) file names
* - Cache::Items => (array|string) cache items
* - Cache::Consts => (array|string) cache items
*
* - Cache::Constants => (array|string) cache items
* @param mixed $key
* @param mixed $data
* @return mixed value itself
Expand Down

0 comments on commit 5731714

Please sign in to comment.