Package | Description |
---|---|
com.github.benmanes.caffeine.cache |
This package contains caching utilities.
|
Modifier and Type | Method and Description |
---|---|
<K1 extends K,V1 extends V> |
Caffeine.removalListener(RemovalListener<? super K1,? super V1> removalListener)
Specifies a listener instance that caches should notify each time an entry is removed for any
reason.
|
Copyright © 2016. All rights reserved.