FileStorage class abstract
- Inheritance
-
- Object
- SessionStorage
- FileStorage
Constructors
Properties
Methods
-
clearOutdated(
) → Future< void> -
override
-
deleteSession(
String sessionId) → Future< void> -
override
-
getFile(
String sessionId) → File -
getSession(
String sessionId) → Future< Session?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
saveSession(
Session session, String sessionId) → Future< void> -
override
-
sessionExist(
String sessionId) → Future< bool> -
override
-
sessionFromFile(
File file) → FutureOr< Session> -
toString(
) → String -
A string representation of this object.
inherited
-
writeSession(
Session session, File file) → FutureOr< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
crypto(
Directory dir, Cipher algorithm, SecretKey secretKey) → FileStorage -
plain(
Directory dir) → FileStorage