org.shiftone.cache.util.reaper
Class CacheReaperTask

java.lang.Object
  extended byjava.util.TimerTask
      extended byorg.shiftone.cache.util.reaper.CacheReaperTask
All Implemented Interfaces:
java.lang.Runnable

class CacheReaperTask
extends java.util.TimerTask

Class CacheReaperTask

Version:
$Revision: 1.2 $
Author:
Jeff Drost

Field Summary
(package private)  ReapableCache cache
           
 
Fields inherited from class java.util.TimerTask
 
Constructor Summary
CacheReaperTask(ReapableCache cache)
          Constructor CacheReaperTask
 
Method Summary
 void run()
          Method run
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cache

ReapableCache cache
Constructor Detail

CacheReaperTask

public CacheReaperTask(ReapableCache cache)
Constructor CacheReaperTask

Parameters:
cache -
Method Detail

run

public void run()
Method run