org.jasig.portal.utils.cache
Class EhCacheExpirationManager

java.lang.Object
  extended by org.jasig.portal.utils.cache.EhCacheExpirationManager
All Implemented Interfaces:
Runnable

public class EhCacheExpirationManager
extends Object
implements Runnable

Version:
$Revision$
Author:
Eric Dalquist

Field Summary
protected  org.apache.commons.logging.Log logger
           
 
Constructor Summary
EhCacheExpirationManager()
           
 
Method Summary
 net.sf.ehcache.CacheManager getCacheManager()
           
 void run()
           
 void setCacheManager(net.sf.ehcache.CacheManager cacheManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final org.apache.commons.logging.Log logger
Constructor Detail

EhCacheExpirationManager

public EhCacheExpirationManager()
Method Detail

getCacheManager

public net.sf.ehcache.CacheManager getCacheManager()
Returns:
the cacheManager

setCacheManager

public void setCacheManager(net.sf.ehcache.CacheManager cacheManager)
Parameters:
cacheManager - the cacheManager to set

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2010 Jasig. All Rights Reserved.