Keep in mind that the application store is also used internally usually with pb*
prefixed keys (e.g. the collections cache is stored under the pbAppCachedCollections
key) and changing these system keys or calling RemoveAll()/Reset() could
have unintended side-effects.
If you want more advanced control you can initialize your own store independent from the
application instance via
store.New[K, T](nil).