[#BloombergLP-bdlt-TimeTzFormatter_Cache] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::TimeTzFormatter_Cache :relfileprefix: ../../ :mrdocs: This `class` facilitates faster access to a `TimeTz` 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_timetzformatter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class TimeTzFormatter_Cache; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlt/TimeTzFormatter_Cache/2constructor.adoc[`TimeTzFormatter_Cache`] [.small]#[constructor]# | Populate the time format cache with the time portion of the specified `value` and cache the timezone offset. | xref:BloombergLP/bdlt/TimeTzFormatter_Cache/offset.adoc[`offset`] | Return the offset. | xref:BloombergLP/bdlt/TimeTzFormatter_Cache/time.adoc[`time`] | Return the time format cache. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#