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