[#BloombergLP-bdlt-DatetimeTzFormatter_Cache] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::DatetimeTzFormatter_Cache :relfileprefix: ../../ :mrdocs: This `class` facilitates faster access to a `DatetimeTz` object during printing by batching access to several fields per call during construction and caching them for quick access later. == Synopsis Declared in `<bdlt_datetimetzformatter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class DatetimeTzFormatter_Cache; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlt/DatetimeTzFormatter_Cache/2constructor.adoc[`DatetimeTzFormatter_Cache`] [.small]#[constructor]# | Create a `DatetimeTz` format cache using the specified `datetime` and `offset`. | xref:BloombergLP/bdlt/DatetimeTzFormatter_Cache/datetime.adoc[`datetime`] | Return the `Datetime` format cache. | xref:BloombergLP/bdlt/DatetimeTzFormatter_Cache/offset.adoc[`offset`] | Return the offset. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#