Skip to content

Commit 084fb33

Browse files
committed
fixup! Refactor caching infrastructure and address code review comments
1 parent 9e7041c commit 084fb33

File tree

1 file changed

+1
-4
lines changed
  • gateway-ha/src/main/java/io/trino/gateway/ha/cache

1 file changed

+1
-4
lines changed

gateway-ha/src/main/java/io/trino/gateway/ha/cache/Cache.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,5 @@ public interface Cache
2323

2424
void invalidate(String key);
2525

26-
default boolean isEnabled()
27-
{
28-
return false;
29-
}
26+
boolean isEnabled();
3027
}

0 commit comments

Comments
 (0)