Package org.apache.jackrabbit.oak.cache
Class EmpiricalWeigher
- java.lang.Object
-
- org.apache.jackrabbit.oak.cache.EmpiricalWeigher
-
- All Implemented Interfaces:
org.apache.jackrabbit.guava.common.cache.Weigher<CacheValue,CacheValue>
public class EmpiricalWeigher extends Object implements org.apache.jackrabbit.guava.common.cache.Weigher<CacheValue,CacheValue>
Determines the weight of object based on the memory taken by them. The memory estimates are based on empirical data and not exact
-
-
Constructor Summary
Constructors Constructor Description EmpiricalWeigher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
weigh(CacheValue key, CacheValue value)
-
-
-
Method Detail
-
weigh
public int weigh(CacheValue key, CacheValue value)
- Specified by:
weigh
in interfaceorg.apache.jackrabbit.guava.common.cache.Weigher<CacheValue,CacheValue>
-
-