Package | Description |
---|---|
com.github.benmanes.caffeine.cache |
This package contains caching utilities.
|
Modifier and Type | Method and Description |
---|---|
static <K,V> CacheWriter<K,V> |
CacheWriter.disabledWriter()
Returns a writer that does nothing.
|
Modifier and Type | Method and Description |
---|---|
<K1 extends K,V1 extends V> |
Caffeine.writer(CacheWriter<? super K1,? super V1> writer)
Specifies a writer instance that caches should notify each time an entry is explicitly created
or modified, or removed for any reason.
|
Copyright © 2017. All Rights Reserved.