Skip to content

Commit

Permalink
phpDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
g-battaglia authored and dg committed Nov 7, 2023
1 parent 327c2bf commit 31a50f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Caching/Cache.php
Expand Up @@ -177,7 +177,7 @@ public function bulkLoad(array $keys, ?callable $generator = null): array
* Writes item into the cache.
* Dependencies are:
* - Cache::Priority => (int) priority
* - Cache::Expire => (timestamp) expiration
* - Cache::Expire => (timestamp) expiration, infinite if null
* - Cache::Sliding => (bool) use sliding expiration?
* - Cache::Tags => (array) tags
* - Cache::Files => (array|string) file names
Expand Down

0 comments on commit 31a50f4

Please sign in to comment.