The following code makes cached (memoized) property f
class { @property string _f() { ... } mixin mixin Cached!"f"; }
See Implementation
The following code makes cached (memoized) property f