com.zwares.base.cache.helper
Class Clock

java.lang.Object
  |
  +--com.zwares.base.cache.helper.Clock
Direct Known Subclasses:
RealTimeClock

public abstract class Clock
extends java.lang.Object


Constructor Summary
Clock()
           
 
Method Summary
abstract  java.util.Date currentDate()
           
abstract  long currentTimeMillis()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Clock

public Clock()
Method Detail

currentTimeMillis

public abstract long currentTimeMillis()

currentDate

public abstract java.util.Date currentDate()