remove method

S? remove(
  1. Arg arg
)

Remove a signal from the cache

Implementation

S? remove(Arg arg) => store.remove(arg);