Cache lookup of macro by alias

This commit is contained in:
Steve Megson
2019-10-17 15:47:16 +01:00
committed by Sebastiaan Janssen
parent 0554b47864
commit 8463f1db08
3 changed files with 4 additions and 1 deletions

View File

@@ -11,5 +11,6 @@
public const string TemplateFrontEndCacheKey = "template";
public const string MacroContentCacheKey = "macroContent_"; // used in MacroRenderers
public const string MacroFromAliasCacheKey = "macroFromAlias_";
}
}