Interface SimCacheListener
public interface SimCacheListener
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
update
(DataObjectPair key, Similarity similarity, SimCacheListener.NotificationType notificationType)
-
Method Details
-
update
void update(DataObjectPair key, Similarity similarity, SimCacheListener.NotificationType notificationType) - Parameters:
key
- The key of the entry to updatesimilarity
- The similarity of the entry to updatenotificationType
- The type of notification
-