Storage
Memory
The Storage.memory()
adapter stores data in memory. This is the default adapter when you instantiate
a new ThreatDetector
instance.
We don’t recommend using this adapter in production, as it will not persist data between sessions. But it is useful for testing and development.