A globally accessible cache that stores the most recent state of all subscribable topics.
This buffer serves a dual purpose: it provides immediate data to newly connected subscribers
upon request, and it acts as the primary data source for background workers managing
continuous-mode or other subscription streams.