- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ForwardingLoadingCache (1.95 sec)
-
android/guava/src/com/google/common/cache/ForwardingLoadingCache.java
* * @author Charles Fry * @since 11.0 */ @GwtIncompatible public abstract class ForwardingLoadingCache<K, V> extends ForwardingCache<K, V> implements LoadingCache<K, V> { /** Constructor for use by subclasses. */ protected ForwardingLoadingCache() {} @Override protected abstract LoadingCache<K, V> delegate();
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 03:10:51 UTC 2024 - 2.9K bytes - Viewed (0)