private final ConcurrentMap<String, CompiledScript> staticCache = ConcurrentCollections.newConcurrentMap();
public ViewService(Settings settings) {
this(settings, new Environment(), ImmutableSet.<ViewEngineService>builder()
.add(new MvelViewEngineService(settings))
.add(new BinaryViewEngineService(settings))
.build());
}