Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
expose isCached()
Browse files Browse the repository at this point in the history
  • Loading branch information
Avishai Weissberg committed Oct 13, 2021
1 parent 1b0f0ec commit a121bb8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ public String getToken() {
return token;
}

public boolean isCached() {
return cached;
}

public static class Builder {
private String datacenter;
private String near;
Expand Down

0 comments on commit a121bb8

Please sign in to comment.