You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/ExternalResourceCachingEventSource.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
* <p>
19
19
* There are two related concepts to understand:
20
20
* <ul>
21
-
* <li>IDMapper - maps or in other words extracts a id from the resources</li>
21
+
* <li>CacheKeyMapper - maps/extracts a key used to reference the associated resource in the cache</li>
22
22
* <li>Object equals usage - compares if the two resources are the same or same version.</li>
0 commit comments