Description
SubQueueCacheSelectorPlugin stores selector data on temporary destinations.
I believe this is not necessary, as temporary destinations would cease to exist when their creator disconnects, And the creator is also usually their consumer in request-response scenarios.
This leads to ever growing cache file, and since this is just persisted in-memory map, also to unnecessary memory consumption.