We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a3c08c commit 56cc3e8Copy full SHA for 56cc3e8
1 file changed
src/main/java/org/example/CacheFilter.java
@@ -10,7 +10,7 @@
10
*/
11
public class CacheFilter {
12
private static final int MAX_CACHE_ENTRIES = 100;
13
- private static final long MAX_CACHE_BYTES = 50 * 1024 * 1024; // 50MB
+ private static final long MAX_CACHE_BYTES = 50 * 1024 * 1024;// 50MB
14
15
// Lock-free concurrent cache
16
private final ConcurrentHashMap<String, CacheEntry> cache =
0 commit comments