Skip to content

Commit f4a5b80

Browse files
committed
Update README.md
1 parent c9f0d88 commit f4a5b80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ Cache inMemory = Cache.newInMemoryCacheBuilder()
7878

7979
Above-mentioned configurations also applies to persistent cache with some additions
8080

81-
```
81+
```java
8282
Path cacheDir = ...
8383
Cache disk = Cache.newDiskCacheBuilder()
8484
.dir(cacheDir)
8585
.build();
8686
```
8787
If request/response contains sensitive information one might want to store it encrypted:
8888

89-
```
89+
```java
9090
Path cacheDir = ...
9191
SecretKey secretKey = ...
9292

0 commit comments

Comments
 (0)