Function: MemoryStorageStrategy()
MemoryStorageStrategy():
StorageStrategy
Defined in: src/infrastructure/storage/storage.service.ts:146
Creates a strategy backed by an in-memory store (SSR / private-mode fallback).
Returns
A StorageStrategy using an in-memory Storage backend.
Example
const strategy = MemoryStorageStrategy();
strategy.useSetItem("temp", "value");