- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for SimpleForwardingCache (0.19 seconds)
-
android/guava/src/com/google/common/cache/ForwardingCache.java
* constructed {@link Cache} as the delegate. * * @since 10.0 */ public abstract static class SimpleForwardingCache<K, V> extends ForwardingCache<K, V> { private final Cache<K, V> delegate; protected SimpleForwardingCache(Cache<K, V> delegate) { this.delegate = Preconditions.checkNotNull(delegate); } @OverrideCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 03 12:40:22 GMT 2026 - 3.7K bytes - Click Count (0) -
guava/src/com/google/common/cache/ForwardingCache.java
* constructed {@link Cache} as the delegate. * * @since 10.0 */ public abstract static class SimpleForwardingCache<K, V> extends ForwardingCache<K, V> { private final Cache<K, V> delegate; protected SimpleForwardingCache(Cache<K, V> delegate) { this.delegate = Preconditions.checkNotNull(delegate); } @OverrideCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 03 12:40:22 GMT 2026 - 3.7K bytes - Click Count (0)