[#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 for managing the specified timetable. == 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); ---- == Description 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. == Parameters [cols="1,4"] |=== | Name| Description | *timetable* | timetable managed by this entry | *loadTime* | time when the timetable was loaded | *allocator* | allocator used by `timetable` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#