{{cacheSome('a')}} cacheSome () { let _now = Date.now(); return function (a) { return _now + 'a' } }