[#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 for managing the specified calendar. [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..._]# == Parameters [cols="1,4"] |=== | Name| Description | *original* | object providing the value for this entry | *calendar* | calendar managed by this entry | *loadTime* | time when the calendar was loaded | *allocator* | allocator used by `calendar` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#