Interface Storage<T>
- All Known Implementing Classes:
ScriptLocalStorage,ScriptSqliteDB
public interface Storage<T>
-
Method Summary
-
Method Details
-
set
-
remove
-
clear
void clear() -
get
-
has
-
keys
String[] keys()
-
ScriptLocalStorage, ScriptSqliteDB