[#BloombergLP-bdlt-DefaultTimetableCache-instance] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/DefaultTimetableCache.adoc[DefaultTimetableCache]::instance :relfileprefix: ../../../ :mrdocs: Return an address providing modifiable access to the default `TimetableCache` object managed by this class, if the default cache is in the initialized state, and 0 otherwise. The cache obtains timetables using the loader that was supplied to the `initialize` method. Note that the returned address is invalidated by a subsequent call to `destroy`. == Synopsis Declared in `<bdlt_defaulttimetablecache.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdlt/TimetableCache.adoc[TimetableCache]* instance(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#