I have this method in my service.
get trucks() { if (!this.cache$) { this.cache$ = this.requestAvailableTrucks().pipe( shareReplay(CACHE_SIZ