Fixes issue with broken caches used for user permissions
Calculating start nodes is expensive and this is supposed to be cached but the cache was not working.
This commit is contained in:
@@ -12,5 +12,10 @@
|
||||
|
||||
public const string MacroContentCacheKey = "macroContent_"; // used in MacroRenderers
|
||||
public const string MacroFromAliasCacheKey = "macroFromAlias_";
|
||||
|
||||
public const string UserAllContentStartNodesPrefix = "AllContentStartNodes";
|
||||
public const string UserAllMediaStartNodesPrefix = "AllMediaStartNodes";
|
||||
public const string UserMediaStartNodePathsPrefix = "MediaStartNodePaths";
|
||||
public const string UserContentStartNodePathsPrefix = "ContentStartNodePaths";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user