Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,5 @@
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}
2 changes: 1 addition & 1 deletion src/CachePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ final class CachePlugin implements Plugin
* value
* @var string $hash_algo The hashing algorithm to use when generating cache keys
* @var int $cache_lifetime (seconds) To support serving a previous stale response when the server answers 304
* we have to store the cache for a longer time that the server originally says it is valid for.
* we have to store the cache for a longer time than the server originally says it is valid for.
* We store a cache item for $cache_lifetime + max age of the response.
* }
*/
Expand Down