Experimental cache operator that will release once it has no subscribers.
It will still store the latest value, and will emit that old value to new subscribers.
If the first source value after reset is the same as the latest, then it will not be re-emitted.
The purpose is to have a cache that unsubscribes, but still doesn't re-evaluate unnecessarily
Experimental cache operator that will release once it has no subscribers. It will still store the latest value, and will emit that old value to new subscribers. If the first source value after reset is the same as the latest, then it will not be re-emitted. The purpose is to have a cache that unsubscribes, but still doesn't re-evaluate unnecessarily