ehcache

net.sf.ehcache.store
Interface LfuPolicy.Metadata

Enclosing class:
LfuPolicy

public static interface LfuPolicy.Metadata

A type representing relevant metadata from an element, used by LfuPolicy for its operations.


Method Summary
 long getHitCount()
           
 java.lang.Object getObjectKey()
           
 

Method Detail

getObjectKey

java.lang.Object getObjectKey()
Returns:
the key of this object

getHitCount

long getHitCount()
Returns:
the hit count for the element

ehcache