CacheHint

enum CacheHint : Enum<CachedProperty.CacheHint>

A cache hint variants.

Entries

Dynamic
Link copied to clipboard
A value will be updated at each access (not recommended).
Immutable
Link copied to clipboard
A value will be initialized at first access (like as lazy).
None
Link copied to clipboard
A value will be initialized at first access and be updated only when revision of instance be changed.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int