Can I make sure that a function isn't called by others with the same params?

前端 未结 0 828
囚心锁ツ
囚心锁ツ 2021-01-13 10:29

I wrote a little service that caches requests that return an observable. It looks like this:

export class CacheService {
  private readonly cacheMap = new Map         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题