- Sort Score
- Num 10 results
- Language All
Results 11 - 15 of 15 for maximumWeight (0.12 seconds)
-
android/guava/src/com/google/common/cache/RemovalCause.java
boolean wasEvicted() { return true; } }, /** * The entry was evicted due to size constraints. This can occur when using {@link * CacheBuilder#maximumSize} or {@link CacheBuilder#maximumWeight}. */ SIZE { @Override boolean wasEvicted() { return true; } }; /** * Returns {@code true} if there was an automatic removal due to eviction (the cause is neither
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Dec 21 03:10:51 GMT 2024 - 2.7K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/cache/LocalCacheTest.java
new TestStringCacheGenerator( createCacheBuilder() .maximumWeight(Integer.MAX_VALUE) .weigher(new SerializableWeigher<String, String>()))) .named("LocalCache with maximumWeight") .withFeatures( CollectionSize.ANY, MapFeature.GENERAL_PURPOSE,
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Mar 18 18:06:14 GMT 2026 - 114.9K bytes - Click Count (0) -
guava-tests/test/com/google/common/cache/LocalCacheTest.java
new TestStringCacheGenerator( createCacheBuilder() .maximumWeight(Integer.MAX_VALUE) .weigher(new SerializableWeigher<String, String>()))) .named("LocalCache with maximumWeight") .withFeatures( CollectionSize.ANY, MapFeature.GENERAL_PURPOSE,
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Mar 18 18:06:14 GMT 2026 - 116.4K bytes - Click Count (0) -
android/guava/src/com/google/common/cache/LocalCache.java
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 143.5K bytes - Click Count (0) -
guava/src/com/google/common/cache/LocalCache.java
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 148.9K bytes - Click Count (0)