public void setCacheUsage(String cacheUsage) {
this.cacheUsage = cacheUsage;
}
public boolean createCustomCacheRegion(String cacheRegionName) {
CacheFactory cacheFactory = (CacheFactory) Factory.lookup("org.jboss.dashboard.database.cache.custom.CacheFactory");
cacheFactory.createCustomCache(cacheRegionName);
return true;
}