org.mmbase.cache
Class ReleaseStrategy.Timer

java.lang.Object
  extended by org.mmbase.cache.ReleaseStrategy.Timer
Enclosing class:
ReleaseStrategy

Deprecated. The only thing what this does is knowing how to subtract, which is really not so difficult or verbose by itself

protected static final class ReleaseStrategy.Timer
extends Object

Author:
Ernst Bunders This is a utility class to help timing the evaluation. Just create an instance before the evaluation and then use it to create the StrategyResult object

Constructor Summary
ReleaseStrategy.Timer()
          Deprecated.  
 
Method Summary
 long getNanoTime()
          Deprecated.  
 long getTimeMillis()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReleaseStrategy.Timer

ReleaseStrategy.Timer()
Deprecated. 
Method Detail

getNanoTime

public long getNanoTime()
Deprecated. 

getTimeMillis

public long getTimeMillis()
Deprecated. 


MMBase 2.0-SNAPSHOT - null