← effectResource6Constructors2Models1Guards1Getters1Resource Management1ConstructorsautoconstCreates a Resource that refreshes automatically according to the supplied schedule.manualconstCreates a Resource that must be refreshed manually.ModelsResourceinterfaceA Resource is a value loaded into memory that can be refreshed manually or automatically according to a schedule.GuardsisResourceconstReturns true if the specified value is a Resource.GettersgetconstRetrieves the current value stored in this resource.Resource ManagementrefreshconstRe-runs this resource's acquisition effect and updates the current value.