public class CacheManagerHolder extends Object implements javax.servlet.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(javax.servlet.ServletContextEvent servletContextEvent) |
void |
contextInitialized(javax.servlet.ServletContextEvent servletContextEvent) |
public static CacheContainer cacheContainer
public static String dataCacheName
public static String metadataCacheName
public void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
contextInitialized in interface javax.servlet.ServletContextListenerpublic void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
contextDestroyed in interface javax.servlet.ServletContextListenerCopyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.