Closed abhishekdas99 closed 6 years ago
as per guava source code https://github.com/google/guava/blob/master/guava/src/com/google/common/cache/LocalCache.java#L2623
the weight of individual items needs to be a positive integer to have that item eligible for eviction.
as per guava source code https://github.com/google/guava/blob/master/guava/src/com/google/common/cache/LocalCache.java#L2623
the weight of individual items needs to be a positive integer to have that item eligible for eviction.