Properties cacheProperties = new Properties();
try {
cacheProperties.putAll(loadProperties());
} catch (IOException e) {
throw new FacesException(e.getMessage(), e);
}
try {
cacheProperties.putAll(loadProperties());
} catch (IOException e) {
throw new FacesException(e.getMessage(), e);
}
cacheProperties.putAll(env);
LOG.info("Creating OSCache cache instance using parameters: " + cacheProperties);