ehcache

net.sf.ehcache.statistics
Interface CoreStatistics.CountOperation<T>

Type Parameters:
T - the generic type
Enclosing interface:
CoreStatistics

public static interface CoreStatistics.CountOperation<T>

The Interface CountOperation.


Method Summary
 long value(T... results)
          Value.
 long value(T result)
          Value.
 

Method Detail

value

long value(T result)
Value.

Parameters:
result - the result
Returns:
the long

value

long value(T... results)
Value.

Parameters:
results - the results
Returns:
the long

ehcache

Copyright 2001-2016, Terracotta, Inc.