com.cutunes.server
Class CacheTop40

java.lang.Object
  extended bycom.cutunes.server.CacheTop40

public class CacheTop40
extends java.lang.Object

Simple wrapper to give a point from which cron can run the DatabaseController.updateTop40Caches() method. This method caches the data for the communities Top40 songs, albums and artists since these queries take a considerable amount of time to execute.

Author:
hal2001

Constructor Summary
CacheTop40()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main method allows for DatabaseController.updateTop40Caches() to be called.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheTop40

public CacheTop40()
Method Detail

main

public static void main(java.lang.String[] args)
Main method allows for DatabaseController.updateTop40Caches() to be called.

Parameters:
args - No command line arguments are required