We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7f86f2 commit 2e6c68bCopy full SHA for 2e6c68b
README.md
@@ -110,5 +110,5 @@ FastSave.getInstance().clearSession();
110
```java
111
112
//Check Key exists or not
113
-boolean isExists = FastSave.getInstance().isKeyExists()
+boolean isExists = FastSave.getInstance().isKeyExists(key)
114
```
0 commit comments