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

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

Introduction

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

The text is from its open source code.

Method

RemovalListenerasynchronous(final RemovalListener listener, final Executor executor)
Returns a RemovalListener which processes all eviction notifications using executor .