Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.database.querycache
Class QueryCacheUpdateTask

java.lang.Object
  extended by com.jivesoftware.forum.database.querycache.QueryCacheUpdateTask
All Implemented Interfaces:
java.lang.Runnable

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

A task to reload a cache entry from the database and then move it from the short-term query cache and into the long-term cache.


Constructor Summary
QueryCacheUpdateTask(QueryCacheKey key)
          Creates a new cache entry update task.
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryCacheUpdateTask

public QueryCacheUpdateTask(QueryCacheKey key)
Creates a new cache entry update task.

Parameters:
key - the key for the cache entry to be updated.
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.