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 e1a01d4 commit 72d62a7Copy full SHA for 72d62a7
spring-context/src/main/java/org/springframework/cache/Cache.java
@@ -66,6 +66,8 @@ public interface Cache {
66
* @return the value to which this cache maps the specified key
67
* (which may be {@code null} itself), or also {@code null} if
68
* the cache contains no mapping for this key
69
+ * @throws IllegalStateException if a cache entry has been found
70
+ * but failed to match the specified type
71
* @see #get(Object)
72
* @since 4.0
73
*/
0 commit comments