Return a shared pointer providing non‐modifiable access to the timetable having the specified timetableName in this timetable cache. If the timetable having timetableName is not found in the cache, or if the timetable has expired (i.e., per a timeout optionally supplied at construction), return an empty shared pointer.

Synopsis

Declared in <bdlt_timetablecache.h>

bsl::shared_ptr<Timetable const>
lookupTimetable(char const* timetableName) const;

Created with MrDocs