fixed application start for Firefox in incognito mode (fallback UBCache to in-memory storage)
- fixed application start for Firefox in incognito mode (fallback UBCache to in-memory storage)
-
BREAKING
await UBCache.createStorage
must be called before any UBCache operations.UBConnection.initCache
already did it during connection creation, so nothing changed forUBConnection.cache
usage