[#BloombergLP-bdlt-TimetableCache_Entry-2constructor-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/TimetableCache_Entry.adoc[TimetableCache_Entry]::TimetableCache_Entry :relfileprefix: ../../../ :mrdocs: Create a cache entry object for managing the specified `timetable` that was loaded at the specified `loadTime` using the specified `allocator`. The behavior is undefined unless `timetable` uses `allocator` to obtain memory. == Synopsis Declared in `<bdlt_timetablecache.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- TimetableCache_Entry( xref:BloombergLP/bdlt/Timetable.adoc[Timetable]* timetable, xref:BloombergLP/bdlt/Datetime.adoc[Datetime] const& loadTime, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* allocator); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#