Skip to content

Commit 65e67e2

Browse files
committed
Formatting
1 parent b8a4d00 commit 65e67e2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ dependencies {
3232
### Usage
3333

3434
__Get Instance__
35+
3536
Get an instance of ObjectCache. Pass in a `cacheDir` (`File`) a `folderName` (`String`) along with the `appVersion`.
3637

3738
```
@@ -48,6 +49,7 @@ ObjectCache.cacheInstance(cacheDir, folder, appVersion).write(key, object, expir
4849
```
4950

5051
__Fetch__
52+
5153
Will return null, if the object has expired
5254
```
5355
ObjectCache.cacheInstance(cacheDir, folder, appVersion).fetch(key, Class.class);

0 commit comments

Comments
 (0)