File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
repository/src/main/resources/alfresco/module/ootbee-support-tools-repo Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ ootbee-support-tools.cache.unknown.clearable=false
6060# this maps the final name back to the name used for config lookup
6161cache.propertyClassSharedCache.configCacheName =propertyClassCache
6262cache.propertyValueSharedCache.configCacheName =propertyValueCache
63+ cache.authorizationSharedCache.configCacheName =authorizationCache
6364
6465# (unforked) javascript-console also has a mismatch due to code to manage compatibility with different Alfresco versions
6566cache.cache.jsConsoleOutput.configCacheName =jsConsoleOutput
@@ -96,6 +97,7 @@ cache.readersDeniedSharedCache.clearable=true
9697cache.nodeOwnerSharedCache.clearable =true
9798cache.nodeRulesSharedCache.clearable =true
9899cache.personSharedCache.clearable =true
100+ cache.authorizationCache.clearable =true
99101cache.protectedUsersCache.clearable =true
100102# clearing either ticket caches will effectively invalidate all active user sessions
101103# usernameToTicketIdCache only in ACS 7.0+ as optimisation
@@ -111,7 +113,6 @@ cache.permissionEntitySharedCache.clearable=true
111113cache.propertyUniqueContextSharedCache.clearable =true
112114cache.siteNodeRefSharedCache.clearable =true
113115cache.solrFacetNodeRefSharedCache.clearable =true
114-
115116cache.folderSizeSharedCache.clearable =true
116117cache.contentDiskDriver.fileInfoCache.clearable =true
117118
You can’t perform that action at this time.
0 commit comments