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>
TimetableCache_Entry(
Timetable* timetable,
Datetime const& loadTime,
bslma::Allocator* allocator);
Created with MrDocs