final public class RelaxedCacheThread extends Thread(Code)
This thread manages relaxed cache entries and remove them from the cache if
their deadline has expired or they are dirty.
author: Nicolas Modrzyk version: 1.0
Creates a new RelaxedCacheThread object
Parameters: cache - ResultCache creating this thread
RelaxedCacheThread
public RelaxedCacheThread(ResultCache cache, int refreshCacheRate)(Code)
Creates a new RelaxedCacheThread object
Parameters: cache - ResultCache creating this thread Parameters: refreshCacheRate - cache refresh rate in seconds