protected class CompactSerializationCache.LRUEvictionPolicy extends CompactSerializationCache.InternalEvictionPolicy
CompactSerializationCache.InternalEvictionPolicy.EvictionCandidate, CompactSerializationCache.InternalEvictionPolicy.EvictionVisitorf_visitorTouchCount, f_visitorTouchTime, m_ldtLastEvict| Modifier | Constructor and Description |
|---|---|
protected |
LRUEvictionPolicy() |
| Modifier and Type | Method and Description |
|---|---|
protected long |
calculateWeight(Binary binKey)
Calculate the "weight" of the entry associated with the specified key.
|
protected ConfigurableCacheMap.EvictionPolicy |
getConfiguredPolicy()
Return the
configured EvictionPolicy instance. |
entryTouched, entryTouched, getName, requestEviction, touchInternalprotected long calculateWeight(Binary binKey)
calculateWeight in class CompactSerializationCache.InternalEvictionPolicybinKey - the key to calculate the weight forprotected ConfigurableCacheMap.EvictionPolicy getConfiguredPolicy()
configured EvictionPolicy instance.getConfiguredPolicy in class CompactSerializationCache.InternalEvictionPolicy