Java com.google.common.cache RemovalNotification fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.cache RemovalNotification fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.cache RemovalNotification.

The text is from its open source code.

Method

RemovalCausegetCause()
Returns the cause for which the entry was removed.
KgetKey()
VgetValue()
StringtoString()
Returns a string representation of the form {key}={value}.
booleanwasEvicted()
Returns true if there was an automatic removal due to eviction (the cause is neither RemovalCause#EXPLICIT nor RemovalCause#REPLACED ).