edu.jhu.tmaj.beans.cache
Class CacheUtils

java.lang.Object
  extended by edu.jhu.tmaj.beans.cache.CacheUtils

public class CacheUtils
extends java.lang.Object

Utility functions for the cache TMAJ clients use.


Method Summary
static void clearAllCache()
          Clear out all cached data, forcing new requests to hit the database.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

clearAllCache

public static void clearAllCache()
Clear out all cached data, forcing new requests to hit the database. This will ensure future data will be current.