com.solidstategroup.cms.cache
Class CacheManager

java.lang.Object
  extended by com.solidstategroup.cms.cache.CacheManager

public class CacheManager
extends java.lang.Object


Constructor Summary
CacheManager()
           
 
Method Summary
static void flushCache(java.lang.String clazz)
           
static void flushCustomCaches()
           
static int getCacheTimeToLive()
           
static void setCacheTimeToLive(int thisTimeToLive)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheManager

public CacheManager()
Method Detail

flushCustomCaches

public static void flushCustomCaches()

flushCache

public static void flushCache(java.lang.String clazz)

setCacheTimeToLive

public static void setCacheTimeToLive(int thisTimeToLive)

getCacheTimeToLive

public static int getCacheTimeToLive()