org.apache.cxf.ws.security.cache
Class EHCacheUtils

java.lang.Object
  extended by org.apache.cxf.ws.security.cache.EHCacheUtils

public final class EHCacheUtils
extends Object


Field Summary
static String GLOBAL_EHCACHE_MANAGER_NAME
           
 
Method Summary
static net.sf.ehcache.CacheManager getCacheManager(org.apache.cxf.Bus bus, URL configFileURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GLOBAL_EHCACHE_MANAGER_NAME

public static final String GLOBAL_EHCACHE_MANAGER_NAME
See Also:
Constant Field Values
Method Detail

getCacheManager

public static net.sf.ehcache.CacheManager getCacheManager(org.apache.cxf.Bus bus,
                                                          URL configFileURL)


Apache CXF