public class CacheManagerHolder extends Object implements ServletContextListener
Modifier and Type | Field and Description |
---|---|
static CacheContainer |
cacheContainer |
static String |
dataCacheName |
static String |
metadataCacheName |
Constructor and Description |
---|
CacheManagerHolder() |
Modifier and Type | Method and Description |
---|---|
void |
contextDestroyed(ServletContextEvent servletContextEvent) |
void |
contextInitialized(ServletContextEvent servletContextEvent) |
public static CacheContainer cacheContainer
public static String dataCacheName
public static String metadataCacheName
public void contextInitialized(ServletContextEvent servletContextEvent)
contextInitialized
in interface ServletContextListener
public void contextDestroyed(ServletContextEvent servletContextEvent)
contextDestroyed
in interface ServletContextListener
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.