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 92b8e99 commit 31a9694Copy full SHA for 31a9694
spring-test/src/main/java/org/springframework/test/context/cache/ContextCache.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2022 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -155,7 +155,8 @@ public interface ContextCache {
155
void clear();
156
157
/**
158
- * Clear hit-and-miss count statistics for the cache (i.e., reset counters to zero).
+ * Clear {@linkplain #getHitCount() hit count} and {@linkplain #getMissCount()
159
+ * miss count} statistics for the cache (i.e., reset counters to zero).
160
*/
161
void clearStatistics();
162
0 commit comments