Interface storage adapters should implement.
Storage adapters are responsible for persisting [[Session]]s and can optionally be passed to the [[SessionKit]] constructor to auto-persist sessions.
Read key from storage. Should return null if key can not be found.
null
Delete key from storage. Should not error if deleting non-existing key.
Write string to storage at key. Should overwrite existing values without error.
Interface storage adapters should implement.
Storage adapters are responsible for persisting [[Session]]s and can optionally be passed to the [[SessionKit]] constructor to auto-persist sessions.