Skip to main content

LazyName

No overview available.

Attributes

AttributeTypeDescription
0RecursionSafeCache< String >A recursion-safe cache used to store and retrieve the lazily-evaluated string representation of a name.

Constructor

Signature

def LazyName() - > [LazyName](lazyname.md?sid=definitions_lazyname)

Signature

def LazyName(
value: RecursionSafeCache< String >
) - > [LazyName](lazyname.md?sid=definitions_lazyname)

Parameters

NameTypeDescription
valueRecursionSafeCache< String >The underlying recursion-safe cache mechanism used to store and retrieve the string name.