[#BloombergLP-bdlt-CalendarCache_Entry-2constructor-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/CalendarCache_Entry.adoc[CalendarCache_Entry]::CalendarCache_Entry :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bdlt_calendarcache.h>` Create an empty cache entry object. Note that an empty cache entry is never actually inserted into the cache. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/CalendarCache_Entry/2constructor-0f.adoc[CalendarCache_Entry](); ---- [.small]#xref:BloombergLP/bdlt/CalendarCache_Entry/2constructor-0f.adoc[_» more..._]# Create a cache entry object having the value of the specified `original` object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/CalendarCache_Entry/2constructor-0b.adoc[CalendarCache_Entry](xref:BloombergLP/bdlt/CalendarCache_Entry.adoc[CalendarCache_Entry] const& original); ---- [.small]#xref:BloombergLP/bdlt/CalendarCache_Entry/2constructor-0b.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/CalendarCache_Entry/2constructor-07.adoc[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]#xref:BloombergLP/bdlt/CalendarCache_Entry/2constructor-07.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#