[#BloombergLP-bdlt-TimetableCache_Entry] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::TimetableCache_Entry :relfileprefix: ../../ :mrdocs: This class defines the type of objects that are inserted into the timetable cache. Each entry contains a shared pointer to a read‐only timetable and the time at which that timetable was loaded. Note that an explicit allocator is _required_ to create an entry object. == Synopsis Declared in `<bdlt_timetablecache.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class TimetableCache_Entry; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlt/TimetableCache_Entry/2constructor-06.adoc[`TimetableCache_Entry`] [.small]#[constructor]# | Constructors | xref:BloombergLP/bdlt/TimetableCache_Entry/2destructor.adoc[`~TimetableCache_Entry`] [.small]#[destructor]# | Destroy this cache entry object. | xref:BloombergLP/bdlt/TimetableCache_Entry/operator_assign.adoc[`operator=`] | Assign to this cache entry object the value of the specified `rhs` object, and return a reference providing modifiable access to this object. | xref:BloombergLP/bdlt/TimetableCache_Entry/get.adoc[`get`] | Return a shared pointer providing non‐modifiable access to the timetable referred to by this cache entry object. | xref:BloombergLP/bdlt/TimetableCache_Entry/loadTime.adoc[`loadTime`] | Return the time at which the timetable referred to by this cache entry object was loaded. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#