ts-method-cache icon indicating copy to clipboard operation
ts-method-cache copied to clipboard

Method cache using decorators for TypeScript

Results 2 ts-method-cache issues
Sort by recently updated
recently updated
newest added

Hello. I have noticed that caching a method like in the example below will cache the returned value for the whole prototype instead of for each instance of the class....