render.uncache

Uncaches partials. Use like f:render. The partial will then be rendered each time. Please be aware that this will impact render time. Arguments must be serializable and will be cached.

Arguments

partial

DataType
string
Required
false
Description
Reference to a partial.

section

DataType
string
Required
false
Description
Name of section inside the partial to render.

arguments

DataType
mixed
Required
false
Description
Arguments to pass to the partial.