com.codestudio.util
Class CacheThread

java.lang.Object
  |
  +--com.codestudio.util.CacheThread
All Implemented Interfaces:
java.lang.Runnable

public class CacheThread
extends java.lang.Object
implements java.lang.Runnable

The Thread that manages refreshes of the SQL query cache.


Constructor Summary
CacheThread(JDBCPool pool, SQLCache cache, long sleep)
           
 
Method Summary
 void run()
          The Thread which manages the cache refreshes operates in this run method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheThread

public CacheThread(JDBCPool pool,
                   SQLCache cache,
                   long sleep)
Method Detail

run

public void run()
The Thread which manages the cache refreshes operates in this run method.
Specified by:
run in interface java.lang.Runnable


Copyright © 1999-2001 The Code Studio. All Rights Reserved.