Interface storage adapters should implement.
Storage adapters are responsible for persisting LinkSessions and can optionally be passed to the Link 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.
Generated using TypeDoc
Interface storage adapters should implement.
Storage adapters are responsible for persisting LinkSessions and can optionally be passed to the Link constructor to auto-persist sessions.