Skip to content

Commit 314f0d5

Browse files
committed
Start of implementing caching for get methods.
1 parent a5c2a49 commit 314f0d5

File tree

3 files changed

+151
-95
lines changed

3 files changed

+151
-95
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies{
3434
```
3535

3636
## Maven
37-
For maven use this code snipped:
37+
For maven use this code snippet:
3838
```xml
3939
<dependencies>
4040
<dependency>

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ dependencies{
2727
api(group: 'net.dv8tion', name: 'JDA', version: '4.0.0_40'){
2828
exclude(module: 'opus-java')
2929
}
30+
api group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '2.7.0'
3031
}
3132

3233
task sourcesJar(type: Jar, dependsOn: classes){

0 commit comments

Comments
 (0)