Skip to content

Commit 2922269

Browse files
committed
Improved headlines
1 parent de1c7ec commit 2922269

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ passing an array of `$options` in the constructor:
113113
**Type**: `string`
114114
**Default**: `Cache-Tags`
115115

116-
### Caching `BinaryFileResponse` instances
116+
### Caching `BinaryFileResponse` Instances
117117

118118
This cache implementation allows to cache `BinaryFileResponse` instances but
119119
the files are not actually copied to the cache directory. It will just try to
@@ -123,7 +123,7 @@ It is ideal for use cases such as caching `/favicon.ico` requests where you woul
123123
like to prevent the application from being started and thus deliver the response
124124
from HttpCache.
125125

126-
### Cache tagging
126+
### Cache Tagging
127127

128128
Tag cache entries by adding a response header with the tags as a comma
129129
separated value. By default, that header is called `Cache-Tags`, this can be
@@ -133,7 +133,7 @@ To invalidate tags, call the method `Psr6Store::invalidateTags` or use the
133133
`PurgeTagsListener` from the [FOSHttpCache][3] library to handle tag
134134
invalidation requests.
135135

136-
### Pruning expired cache entries
136+
### Pruning Expired Cache Items
137137

138138
By default, this store removes expired entries from the cache after every `500`
139139
cache **write** operations. Fetching data does not affect performance.

0 commit comments

Comments
 (0)