Class AbstractQueryCache.Default<T>

java.lang.Object
org.apache.openjpa.datacache.AbstractQueryCache.Default<T>
All Implemented Interfaces:
Serializable, QueryStatistics<T>
Enclosing class:
AbstractQueryCache

public static class AbstractQueryCache.Default<T> extends Object implements QueryStatistics<T>
A default implementation of query statistics for the Query result cache. Maintains statistics for only a fixed number of queries. Statistical counts are approximate and not exact (to keep thread synchorization overhead low).
See Also: