@boost/commonFunctionsMemoizeMemoize CallableMemoize<T>(options?: MemoizeHasher | MemoizeOptions<T>): MethodDecoratorA method decorator that caches the return value of a class method or getter to consistently and efficiently return the same value.Type parametersT
A method decorator that caches the return value of a class method or getter to consistently and efficiently return the same value.