Skip to content

Commit 39d5312

Browse files
committed
Update readme
1 parent 9e187ea commit 39d5312

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,11 @@ FastSave.getInstance().deleteValue(key)
104104
FastSave.getInstance().clearSession();
105105

106106
```
107+
108+
109+
<b>Utils</b>
110+
```java
111+
112+
//Check Key exists or not
113+
boolean isExists = FastSave.getInstance().isKeyExists()
114+
```

0 commit comments

Comments
 (0)