- Cached<This>(options?): ((method, context) => ((...args) => any))
Returns ((method, context) => ((...args) => any))
- (method, context): ((...args) => any)
Parameters
- method: BeanFunction
- context: ClassMethodDecoratorContext<This, BeanFunction>
Returns ((...args) => any)
- (...args): any
Returns any
Caches the result of a method