Package com.google.common.cache
Class RemovalListeners
java.lang.Object
com.google.common.cache.RemovalListeners
Deprecated.
The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023
A collection of common removal listeners.
- Since:
- 10.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic <K,V> RemovalListener <K, V> asynchronous(RemovalListener<K, V> listener, Executor executor) Deprecated.Returns aRemovalListenerwhich processes all eviction notifications usingexecutor.
-
Method Details
-
asynchronous
public static <K,V> RemovalListener<K,V> asynchronous(RemovalListener<K, V> listener, Executor executor) Deprecated.Returns aRemovalListenerwhich processes all eviction notifications usingexecutor.- Parameters:
listener- the backing listenerexecutor- the executor with which removal notifications are asynchronously executed
-