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.ServletContextListener
public void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
contextDestroyed
in interface javax.servlet.ServletContextListener
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.