```
Cache block filter headers at heights of multiples of 1000 in memory.
Block filter headers at height 1000x are checkpointed, and will be the
most frequently requested. Cache them in memory to avoid costly disk
reads.
```
Backport of core [[https://github.com/bitcoin/bitcoin/pull/18960 | PR18960]].
Depends on D8463.