File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ passing an array of `$options` in the constructor:
113
113
** Type** : ` string `
114
114
** Default** : ` Cache-Tags `
115
115
116
- ### Caching ` BinaryFileResponse ` instances
116
+ ### Caching ` BinaryFileResponse ` Instances
117
117
118
118
This cache implementation allows to cache ` BinaryFileResponse ` instances but
119
119
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
123
123
like to prevent the application from being started and thus deliver the response
124
124
from HttpCache.
125
125
126
- ### Cache tagging
126
+ ### Cache Tagging
127
127
128
128
Tag cache entries by adding a response header with the tags as a comma
129
129
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
133
133
` PurgeTagsListener ` from the [ FOSHttpCache] [ 3 ] library to handle tag
134
134
invalidation requests.
135
135
136
- ### Pruning expired cache entries
136
+ ### Pruning Expired Cache Items
137
137
138
138
By default, this store removes expired entries from the cache after every ` 500 `
139
139
cache ** write** operations. Fetching data does not affect performance.
You can’t perform that action at this time.
0 commit comments