Skip to content

Commit

Permalink
Update CacheAdapter.java
Browse files Browse the repository at this point in the history
  • Loading branch information
lucboudreau authored Sep 24, 2024
1 parent 05c12f8 commit be486d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mondrian/src/main/java/mondrian/spi/CacheAdapter.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ public interface CacheAdapter<K, V> {

V get(K key);


void put(K key, V value);

void invalidate(K key);
Expand Down

0 comments on commit be486d2

Please sign in to comment.