velocityEngineConfigCache = new LRUMap(cacheSize);
velocityEngineCache = new LRUMap(cacheSize/2);
eventCartridge = new EventCartridge();
// setup NullSetEventHandler to ignore those pesky "ERROR velocity - RHS of #set statement is null. Context will not be modified."
eventCartridge.addEventHandler(new NullSetEventHandler()
{
public boolean shouldLogOnNullSet(String lhs, String rhs) { return false; }
});
// initialize velocity engine cache validation interval