B C
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- build(Caffeine<K, V>) - Static method in class com.github.benmanes.caffeine.guava.CaffeinatedGuava
-
Returns a Caffeine cache wrapped in a Guava
Cache
facade. - build(Caffeine<K, V>, CacheLoader<? super K1, V1>) - Static method in class com.github.benmanes.caffeine.guava.CaffeinatedGuava
-
Returns a Caffeine cache wrapped in a Guava
LoadingCache
facade. - build(Caffeine<K, V>, CacheLoader<? super K1, V1>) - Static method in class com.github.benmanes.caffeine.guava.CaffeinatedGuava
-
Returns a Caffeine cache wrapped in a Guava
LoadingCache
facade.
C
- caffeinate(CacheLoader<K, V>) - Static method in class com.github.benmanes.caffeine.guava.CaffeinatedGuava
-
Returns a Caffeine cache loader that delegates to a Guava cache loader.
- CaffeinatedGuava - Class in com.github.benmanes.caffeine.guava
-
Static utility methods pertaining to adapting between Caffeine and Guava cache interfaces.
- com.github.benmanes.caffeine.guava - module com.github.benmanes.caffeine.guava
- com.github.benmanes.caffeine.guava - package com.github.benmanes.caffeine.guava
-
This package contains an adapter to the Guava cache interfaces.
All Classes All Packages