[#BloombergLP-bdlt-DateTzFormatter_Cache] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::DateTzFormatter_Cache :relfileprefix: ../../ :mrdocs: This `class` facilitates faster access to a `DateTz` object during printing by batching access to several fields in a single call during construction and caching them for quick access later. == Synopsis Declared in `<bdlt_datetzformatter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class DateTzFormatter_Cache; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlt/DateTzFormatter_Cache/2constructor.adoc[`DateTzFormatter_Cache`] [.small]#[constructor]# | Cache a copy of the specified `date` and `offset`. | xref:BloombergLP/bdlt/DateTzFormatter_Cache/date.adoc[`date`] | Return the `DateFormatter_Cache` held by this object | xref:BloombergLP/bdlt/DateTzFormatter_Cache/offset.adoc[`offset`] | Return the offset. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#