public class IbisCacheManager extends Object
Modifier and Type | Field and Description |
---|---|
protected org.apache.logging.log4j.Logger |
log |
Modifier and Type | Method and Description |
---|---|
net.sf.ehcache.Ehcache |
addCache(net.sf.ehcache.Cache cache) |
void |
destroyCache(String cacheName) |
net.sf.ehcache.Cache |
getCache(String cacheName) |
static IbisCacheManager |
getInstance() |
static <D> void |
iterateOverStatistics(StatisticsKeeperIterationHandler<D> hski,
D data,
HasStatistics.Action action) |
static void |
shutdown() |
public static IbisCacheManager getInstance()
public static void shutdown()
public net.sf.ehcache.Ehcache addCache(net.sf.ehcache.Cache cache)
public void destroyCache(String cacheName)
public net.sf.ehcache.Cache getCache(String cacheName)
public static <D> void iterateOverStatistics(StatisticsKeeperIterationHandler<D> hski, D data, HasStatistics.Action action) throws SenderException
SenderException
Copyright © 2023 Frank!Framework. All rights reserved.