angelnikolov / ts-cacheable

Observable/Promise Cache Decorator
https://npmjs.com/package/ts-cacheable
ISC License
340 stars 42 forks source link

fix: create unique ID per target #88

Closed jigfox closed 4 years ago

jigfox commented 4 years ago

this prevents the cacheKey from beeing shared for multiple requests in angular universal

see #85

jigfox commented 4 years ago

this doesn't work