Having something like this would be nice: ```julia @dynamicstruct struct Example @cached something[idx] = expensive_function(idx) end ```